mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #4390] Vanguard.com cannot use passkey credit in Vaultwarden. #1871
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#1871
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 @ghost on GitHub (Feb 28, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4390
Tried to follow the instructions to the best I can
Subject of the issue
I am unable to create a passkey on Vanguard.com (NOTE: This problems only occur on this one site. I have multiple other passkeys on other sites.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN
Server Installed Ok
1.30.3
Server Latest
1.30.3
Web Installed
2024.1.2
Database
SQLite: 3.44.0
I used Docker on a Synology Nas. Here is the YAML config:
version: "3"
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: unless-stopped
ports:
- 800:80
volumes:
- /volume2/docker/vaultwarden:/data:rw
environment:
- ADMIN_TOKEN=REDACTED - personal infomation
- WEBSOCKET_ENABLED=true
- SIGNUPS_ALLOWED=false
- DOMAIN=REDACTED - personal infomation
Clients used:
I tried to create a passkey on Vanguard using Chrome, Microsoft Edge and Opera web browsers
Reverse proxy and version:
I am using a reverse proxy on my Synology NAS 720+
It takes "valutwarden.mydomain.com" with port 443 and forwards it to "localhost" with port 800
Other relevant details:
So Vanguard create a passkey in Vaultwarden but right after, it takes me back to the creation page
Steps to reproduce
Start it from the Bitwarden extension
Expected behaviour
Wanted a passkey to be created and be usable
Actual behaviour
A passkey was created but it cannot be used. Vanguard does not recognized that it was created.
Troubleshooting data