mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #700] How to support Multiple Yubikey's? #472
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#472
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 @mattkerrison on GitHub (Nov 4, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/700
I followed: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
However I'm wondering how to support multiple Yubikeys, as the Client_ID & Secret_Key that need to be specified in environment settings will be different per key?
@dani-garcia commented on GitHub (Nov 4, 2019):
As far as I know, you only need one client ID and secret key to authenticate with Yubico's API, but that allows you to add multiple Yubikeys for multiple users ( I think the interface allows 5 keys per user and unlimited users)
@shauder commented on GitHub (Nov 7, 2019):
That is correct @dani-garcia. I have two assigned to my user.
@dani-garcia commented on GitHub (May 13, 2020):
Closed due to inactivity.