Vaultwarden
Configure Vaultwarden authentication with Pocket ID
The following example uses
vaultwarden.example.comandid.example.com, make sure to update these to your server names.
- In Pocket-ID create a new OIDC Client, name it i.e.
Vaultwarden - Set the callback url to:
https://vaultwarden.example.com/identity/connect/oidc-signin, or leave blank to autofill on first login. - Copy the
Client IDandClient Secretfor use in the following steps.
Vaultwarden Docker Environment Variables
Set the following variables in your vaultwarden environment file, replace <client_id_from_above> and <client_secret_from_above> with the copied valued from the earlier steps:
Notes
If you store you passkey in Vaultwarden, you will need to have a secondary passkey outside of vaultwarden (iCloud, Browser, Etc) in order to sign in with SSO. This is recommended anyways incase you were to get locked out of vaultwarden in anyway.