cedarcode / webauthn-ruby

WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
https://rubygems.org/gems/webauthn
MIT License
649 stars 53 forks source link

WebAuthn::AttestationStatementVerificationError #336

Closed mastermarv closed 3 years ago

mastermarv commented 3 years ago

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?