WebAuthn::AttestationStatementVerificationError #338
Replies: 1 comment
-
We have noticed a similar issue. It appears to be first failing on this line: Which then fails at Which fails the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When registering a YubiKey 5 NFC using FireFox on Windows 10 20H2, i recive a WebAuthn::AttestationStatementVerificationError
Using the key for logins on FireFox (after registering it with Chrome) works fine.
The problem occures only if all of the following conditions are met:
FireFox / webauthn-ruby / YubiKey => AttestationStatementVerificationError
FireFox / webauthn-ruby / Win10 PlattformAuthenticator => OK
FireFox / webauthn.io / YubiKey => OK
Chrome / webauthn-ruby / YubiKey => OK
any idea how to debug that?
Beta Was this translation helpful? Give feedback.
All reactions