You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to implement passkeys. During the passkey creation phase, I use the following parameters:
Attestation type: direct
Authenticator: not specified
User verification: discouraged
Resident key: required
The result is: (on Chrome for Windows)
I choose Use a phone or tablet and create the passkey on my phone using a QR Code.
Later, during the login phase, I ask for the user's username and fill in the property AssertionOptions.AllowCredentials (I don't want to be usernameless).
The result is:
I have to cancel this pop-in to be able to access to the same register interface with Use a phone or tablet.
Is there any way to directly access to the initial interface while passing some allowCredentials?
The text was updated successfully, but these errors were encountered:
I try to implement passkeys. During the passkey creation phase, I use the following parameters:
The result is: (on Chrome for Windows)
I choose
Use a phone or tablet
and create the passkey on my phone using a QR Code.Later, during the login phase, I ask for the user's username and fill in the property
AssertionOptions.AllowCredentials
(I don't want to be usernameless).The result is:
I have to cancel this pop-in to be able to access to the same register interface with
Use a phone or tablet
.Is there any way to directly access to the initial interface while passing some
allowCredentials
?The text was updated successfully, but these errors were encountered: