mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Inconsistent Fingerprint Phrase during "Log in with Device". #553
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 @aljoschairmer on GitHub.
Subject of the issue
Inconsistent Fingerprint Phrase during "Log in with Device" flow.
Deployment environment
Steps to reproduce
Expected behaviour
Fingerprint Phrase displayed on the web and the smartphone application should match during the "Log in with device" process, serving as a security measure.
Actual behaviour
Despite the mismatch in the Fingerprint Phrase between the website and the smartphone, the login process completes successfully.
Troubleshooting data
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
@BlackDex commented on GitHub:
Maybe you were seeing them out-of-order or something?
But still, not something we can fix I'm afraid.
The validation is based upon some other key's and uuids, if those match it will be sent to the client which requested the login, and to nothing else.
@BlackDex commented on GitHub:
Seems to work fine for me.
There are no discrepancies between what i see on screen and what i see on my phone.
Also, we do not determine this phrase on our end, this is all done by the clients, and not something we can fix i'm afraid.