You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result: same as with other passkey providers, it should generate a new passkey and authenticate. Actual result: KeePassXC successfully shows its window to generate the passkey, but nothing happens after I generate it. The KeePassXC window just closes.
In the browser console, I see the following error message:
Uncaught (in promise) TypeError: newCredential.response?.getAuthenticatorData is not a function
at completeRegistration (lib.js:129:71)
at HTMLButtonElement.onRegisterButtonHandler (register.js:100:42)
Note that KeePassXC works well on the test site https://webauthn.io/, so I believe it is a problem with WebAuthn.Net.
The text was updated successfully, but these errors were encountered:
I'm trying to use KeePassXC's passkey support with WebAuthn.Net, and it fails.
My environment is Windows 11.
Expected result: same as with other passkey providers, it should generate a new passkey and authenticate.
Actual result: KeePassXC successfully shows its window to generate the passkey, but nothing happens after I generate it. The KeePassXC window just closes.
In the browser console, I see the following error message:
Note that KeePassXC works well on the test site https://webauthn.io/, so I believe it is a problem with WebAuthn.Net.
The text was updated successfully, but these errors were encountered: