mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
How to support Multiple Yubikey's? #473
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 @mattkerrison on GitHub (Nov 4, 2019).
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 8, 2019):
That is correct @dani-garcia. I have two assigned to my user.
@dani-garcia commented on GitHub (May 14, 2020):
Closed due to inactivity.