vaultwarden: use SSO with Kanidm
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m22s

This commit is contained in:
2025-09-02 01:01:54 +01:00
parent 2e26d50a90
commit e02f846b5c
4 changed files with 20 additions and 13 deletions

View File

@@ -28,6 +28,9 @@ in
rocketPort = 8222;
ssoEnabled = true;
ssoAuthority = "https://auth.vimium.com/oauth2/openid/vaultwarden";
ssoClientId = "vaultwarden";
signupsAllowed = false;
passwordIterations = 1000000;
invitationsAllowed = true;