-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
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.
spacentropy
Metadata
Metadata
Assignees
Labels
No labels