-
Notifications
You must be signed in to change notification settings - Fork 851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot create passkeys #4669
Comments
Thank you for your report! We've added this to our internal board for review. |
I was able to replicate your issue but it seems to be isolated to I suspect this is a bug in the webpage itself as I am able to create and use passkeys with other websites. For example, https://learnpasskeys.io, https://webauthn.io, https://passkeys-demo.appspot.com, and many other production sites. I suggest reaching out to the author of that site and reporting the issue if you have not already done so. If there are other sites or applications you are seeing issues with, feel free to provide details and we can try to identify if there's a common cause between them. |
Hi @SaintPatrck, thanks for the quick reply. It was late yesterday and I forgot some information in my ticket. I originally found the problem on https://www.amazon.de/ where I can still reproduce the problem. After that I went to passkeys.io so you don't have to create a German Amazon account. With the firfox plugin both sites work fine. The Google password manager on Android also works without any problems. Could it be that there is a function that we are missing on both sites? Best |
Thank you for the additional details. I'll do some testing with Amazon to see if anything stands out. In the meantime, I've reached out to Hanko (owners of passkeys.io) and they are investigating on their end. I'll post updates as they're available. |
Thank you for reporting the problem @nordic-style and for the tip @SaintPatrck. We are investigating the issue and will get back to you as soon as we know what's going on. |
Hey @SaintPatrck, I just looked into the problem and I can also reproduce it but I'm not sure why it occurs. When creating a passkey with Bitwarden the browser always returns this error: I used this statement to test: navigator.credentials.create({publicKey: {challenge: Uint8Array.from("12345678901234567890".split('').map(letter => letter.charCodeAt(0))), user:{id: Uint8Array.from("12345678901234567890".split('').map(letter => letter.charCodeAt(0))), name: "testname", displayName: "testName"}, pubKeyCredParams:[{type:"public-key", alg: -7},{type:"public-key", alg: -257}], rp:{name:"passkeys.io", id:"passkeys.io"}, authenticatorSelection: {residentKey: "required", requireResidentKey: true, userVerification: "required"}, attestation: "direct"}}) I also changed some options (e.g. |
I have the same issue when creating passkeys on Android 15 (Pixel 6) with accounts on Amazon and Google. Cannot link the passkey to accounts. Bitwarden creates the passkey successfully but the accounts error out and cannot use the passkey. |
I am also experiencing the same issue. On Bitwarden for Android devices, a Passkey is created on the Bitwarden side, but an error occurs. The Passkey is not registered on the website, and I cannot log in.
|
Same problem here |
Steps To Reproduce
Expected Result
Create a passkey in bitwarden that is linked to the website (in this case passkeys.io).
Actual Result
A passkey is created in bitwarden but is not linked with the website.
Screenshots or Videos
Additional Context
This is different from the report of #4331 so i created a new one.
Build Version
19622
What server are you connecting to?
EU
Self-host Server Version
No response
Environment Details
Google Pixel 9 Pro (Android 15) and Galaxy S23 (Android 14)with current Chrome Browser
Issue Tracking Info
The text was updated successfully, but these errors were encountered: