Open uniQuk opened 11 months ago
The error comes from the Bitwarden js. A fix will be released mid January, in version 2024.1 of BW (see https://github.com/bitwarden/clients/issues/7141#issuecomment-1871186500)
FYI, this only affects the registration process, so you can register your device using another browser or with the extension disabled, then go back to your daily setup for login, it should work.
Go to bitwarden extension -> settings -> Options and Disable the box "Ask to save and use passkeys"
This allows you to register without disabling the extension
Version
5.0.2
Details & Steps to reproduce
After setting up 2FAuth getting a proper SSL. In Chrome & Brave when registering a new WebAuthn device I get a red banner that says: "Uknown Error". I tried in Edge and Firefox both worked and also on Mobile Safari. I also tried on another Edge profile and got the same error. After disabling extensions one by one being logged into Bitwarden produces the unknown error.
Disabling Bitwarden in Chrome and Brave also worked. Renabling it will work until you are logged in.
Tested
Expectation
Bowser popup "Windows Security" asking for PIN/Security Key or more choices etc.
Error & Logs
Execution environment
version: "3.9"
networks: web: external: true
services: 2fauth: image: 2fauth/2fauth container_name: 2fauth volumes:
- CF_DNS_API_TOKEN=[scrubbed]
networks:
[scrubbed]
) || Path(/2fauth
)Containerization
Additional information
Tested with 5.0.0, 5.0.1, 5.0.2 Tested registering on: https://webauthn.io/ - I noticed Biwarden "hijacks" if you will the Passkey popup. When Bitwarden is not on the default popup is Browser/Web. I assume this initial passkey interaction is what's causing the issue.