mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Passkey Authentication Failure #130
Reference in New Issue
Block a user
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 @ManInDark on GitHub.
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN
Config:
Vaultwarden Build Version
v1.34.1-alpine
Deployment method
Official Container Image
Custom deployment method
Behind Caddy reverse Proxy with custom certificate management, there is a full trust chain, so https works correctly.
Reverse Proxy
caddy v2.10.0
Host/Server Operating System
Linux
Operating System Version
Alpine
Clients
Web Vault
Client Version
Brave 1.78.102 based on Chromium 136.0.7103.113
Steps To Reproduce
Expected Result
It should probably initiate the Passkey login flow.
Actual Result
There is an error displayed (see image).
Logs
Screenshots or Videos
Additional Context
Looking at the network tab there is a request to "/identity/accounts/webauthn/assertion-options" which results in an 404, the response also containing the corresponding Vaultwarden error page.
@BlackDex commented on GitHub:
Vaultwarden does not support this.
Resolved via #5890
Duplicate of #5889