mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #3079] [error][ERROR] 2FA token not provided #1466
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#1466
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 @abysso2 on GitHub (Dec 31, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3079
vaultwarden version: 1.27.0
Install method: docker
Clients used: web vault
Reverse proxy and version: nginx, configuration from vaultwarden wiki
MySQL/MariaDB or PostgreSQL version: splite3
Other relevant details: webauthn as 2fa (yubikeys 5)
Steps to reproduce
Login via webauthn as 2fa
Expected behaviour
Login without error message
Actual behaviour
Successfuly logged in, but showing the error-message in /var/log/bitwarden.log
Troubleshooting data
/var/log/bitwarden.log:
2022-12-31 10:58:44.326][error][ERROR] 2FA token not provided
@BlackDex commented on GitHub (Dec 31, 2022):
It works for me ok.
Double check your reverse proxy settings, it probably adds some headers or changes some which block some features. Also some reverse proxy capture errors and modify the response, which also causes issues.
The error message you see there is normal, that is the notification for the clients to ask for the mfa token.