Skip to content

Passwordless Demo failing in 4.0.0-beta2 (master) #402

@trankin

Description

@trankin

I found a couple of issues causing this to fail when testing the passwordless feature of the demo.

Registration is failing out of the box because when posting to /makeCredential extensions.credOpts used to be true and is now {rk: true}, This is causing a binding error on the AuthenticatorAttestationRawResponse object.

/makeCredential was further failing because when storing the credential to DemoStorage Descriptor is null because success.Result.CredentialId is no longer being populated in AuthenticatorAttestationResponse.cs. This fails silently on registration and appears to be successful, but Sign In will fail because the credential can't be found when doing /assertionOptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions