[webauthn] First factor authentication selection

Kieun has just created a new issue for https://github.com/w3c/webauthn:

== First factor authentication selection ==
Depending on the use cases of RP, some RP may only allow **first factor authenticators**. For this, there should be a certain parameter to set this option for create() function. 
Do we have such parameters or options?
If there is no such thing, the RP allowing first factor authenticator only should reject the attestation generated by a second factor authenticator by getting authenticator characteristics from meta data.
As a result, RP declines registration after the user confirms authenticator registration to the RP.
This is bad user experience.
So, we need to add something to _MakePublicKeyCredentialOptions_ to provide better UX.

Please view or discuss this issue at https://github.com/w3c/webauthn/issues/640 using your GitHub account

Received on Thursday, 12 October 2017 03:24:57 UTC