mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #2014] WebAuthn implementation bitwarden app #1124
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#1124
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 @kaasszje on GitHub (Oct 1, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2014
The new bitwarden android app (version 2.13.0)
Has an update on authentication:
Added WebAuthn/FIDO2/U2F as supported 2FA option for app login
However when the app tries to make use of this it calls to:
/webauthn-mobile-connector.html on the webserver.
Which is generate a http 404 because it's not available.
(Html file is not there)
Support string:
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
@BlackDex commented on GitHub (Oct 1, 2021):
Already solved in the current
testingimage on docker hub by using the web-vault v2.23.0.@d4mation commented on GitHub (Oct 12, 2021):
This seems like it may still be at least partially broken in
testing. The page exists now so the 404 does not happen, but the app gets aCan't recover login challengeerror returned to it.Here's the relevant portion I found in the Logs:
Edit: Strangely it works now? Nothing is different with my setup that I'm aware of. I guess ignore this ¯\_(ツ)_/¯