Letting the user choose where to store the credential #659
swagliquido
started this conversation in
General
Replies: 2 comments 7 replies
-
As a visual example, here is the UI i get on passkey.io, there is an option to store on windows hello or on external security keys While this is what i get on simplewebauthn 13, no option for external security keys this is my current configuration:
I don't know if i'm doing something wrong or the option just isn't available on simplewebauthn |
Beta Was this translation helpful? Give feedback.
0 replies
-
I played more with the parameters and finally got it working by removing entirely both the authenticatorAttachment and preferredAuthenticatorType parameters |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello and thanks a lot for simplewebauthn, i have a simpledoubt! When registering a new credential, is it possible for the browser to show a UI that allows the user to choose wether to store the credential as a passkey ( and sync it using a service such as google password manager), or internal (such as windows hello), or security key at the same time? I'm asking that because I've been playing with the authenticatorSelection and new preferredAuthenticatorType values, but on both chrome on windows 11 and chrome on android I can just go as far as allowing the user to store the credential in the google password manager or in windows hello, is there a generateRegistrationOptions parameter configuration that would allow to give the user the option to store it in a security key aswell? Because as of simplewebauthn 13 I was only able to let the user either register security keys, or use passkeys that are stored on windows hello or google password manager, but not all the options together, as I've seen on some passkey demo websites, for example on www.passkeys.io i get the options to store the credential wherever I want, in google password manager, windows hello or a security key.
Beta Was this translation helpful? Give feedback.
All reactions