mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1935] Webauthn fails on browser extensions #1109
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HandyHat on GitHub (Aug 25, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1935
Subject of the issue
Using Webauthn 2FA on the browser extension results in an error (
Cannot parse data) even though using it on the web client works fine.Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Reverse proxy and version: Caddy v2.4.3 h1:Y1FaV2N4WO3rBqxSYA8UZsZTQdN+PwcoOcAiZTM8C0I=
Other relevant details:
Using Windows Hello PIN for my Webauthn method.
Steps to reproduce
Expected behaviour
A Windows Security screen to appear, allowing me to enter my PIN.

Actual behaviour
An error (

Cannot parse data) is thrownTroubleshooting data
Successful log in attempt logs (web client):
Failed log in attempt logs (browser extension):
@jjlin commented on GitHub (Aug 25, 2021):
Probably related to https://github.com/bitwarden/jslib/pull/462
@jjlin commented on GitHub (Aug 27, 2021):
This is working again in the 1.52.1 release of the browser extensions, which is now available for Chrome at least.