[GH-ISSUE #3079] [error][ERROR] 2FA token not provided #1466

Closed
opened 2026-03-03 02:09:26 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-03-03 02:09:27 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1368196811 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#1466
No description provided.