-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can We Specify the Authentication Method? #385
Comments
Hi! It is not possible to specify this in the input parameters; this is not a limitation of the library but an intentional limitation in the WebAuthn standard. It is theoretically possible to obtain the information from the success response - but note, theoretically. This could be done in one of two ways:
Those are the only two options as far as I know. |
Thank you for your quick response. I will try the method you suggested. Thanks! |
Hi!
parameter and observed that
Apologies for the many questions, and I look forward to your response. Once again, thank you for your excellent work. Best wishes! |
Yes.
WebAuthn was not designed with UAF in mind, but instead for the much narrower scope of U2F (CTAP1) and its successor CTAP2. And in short, the WebAuthn WG has chosen to be very conservative with what filtering options are given to RPs, because ecosystem fragmentation is seen as one of the greatest threats to adoption. If 10 RPs have 10 different and incompatible policies, causing users to have to carry 10 different authenticators with different properties, then no-one will want to use WebAuthn because of the hassle.
Most likely not, especially considering the
No. I would first question why this feature is desired:
|
Hello, thank you for your excellent work. I would like to know whether it is possible to specify the authentication method when initiating registration/authentication, that is, to use only face recognition or only a PIN code for authentication. Alternatively, after successful authentication, is it possible to obtain the user's authentication method?
Looking forward to your reply.
Best wishes
The text was updated successfully, but these errors were encountered: