-
Here's the English translation of the provided text: Hello community, I'm experiencing an issue with Vaultwarden and Yubikey. Has anyone encountered this problem before, or is there perhaps something I need to configure on my end? I've set the Yubikey variable in the Docker Compose file and also configured it in the admin interface. Yubikey Settings
I hope anyone here can help me. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
I'm not sure how any self-hosted/alternative yubikey/yubico OTP Server works. You might need to point to the correct verify endpoint for this to work, as you need to provide the full path to the verify URL. |
Beta Was this translation helpful? Give feedback.
-
Hey BlackDex, The Request seems to be ok, in this code line the error occurs: This is the validation algoritm: Can you please take a look to the class, to verify if the validation/signature has any differents on your site? |
Beta Was this translation helpful? Give feedback.
-
@DaveSH12 I stumbled across the same problem which you are facing. |
Beta Was this translation helpful? Give feedback.
@DaveSH12 I stumbled across the same problem which you are facing.
It is because privacyIDEA does not only calculate your given keys, it also appends an own key (ttype), which should not be there imho, as it is not according the Yubico specification.
I also have opened a PR for fixing it: privacyidea/privacyidea#4307
With that fix, everything is working fine and validations are now correct as they should be.