How can i handle No Valid Authenticators Found without pop up message #218
Replies: 3 comments
-
NotAllowedError: No available authenticator recognized any of the allowed credentials |
Beta Was this translation helpful? Give feedback.
-
Short answer: You can't. WebAuthn by design wants to preserve user privacy, and so there's no mechanism for an RP to silently query for if the machine recognizes a list of credential ID's to know ahead of time if auth has a chance to succeed. You need to prepare to invoke WebAuthn and handle the failure accordingly. It's clunky and suboptimal from an RP's perspective, but then that's a common complaint by RP's looking to go passwordless 😂 😭 |
Beta Was this translation helpful? Give feedback.
-
You'll probably be interested in this issue on the WebAuthn repo: w3c/webauthn#1749 |
Beta Was this translation helpful? Give feedback.
-
if i register a user from another device and try to login in a new device, it shows the below error on
startAuthentication()
how can i handle this without it showing this pop up
@MasterKale
Beta Was this translation helpful? Give feedback.
All reactions