vaultwarden: set SSO_ONLY
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m21s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m21s
This commit is contained in:
@@ -29,12 +29,13 @@ in
|
|||||||
rocketPort = 8222;
|
rocketPort = 8222;
|
||||||
|
|
||||||
ssoEnabled = true;
|
ssoEnabled = true;
|
||||||
|
ssoOnly = true;
|
||||||
ssoAuthority = "https://auth.vimium.com/oauth2/openid/vaultwarden";
|
ssoAuthority = "https://auth.vimium.com/oauth2/openid/vaultwarden";
|
||||||
ssoClientId = "vaultwarden";
|
ssoClientId = "vaultwarden";
|
||||||
signupsAllowed = false;
|
signupsAllowed = false;
|
||||||
passwordIterations = 1000000;
|
passwordIterations = 1000000;
|
||||||
invitationsAllowed = true;
|
invitationsAllowed = true;
|
||||||
invitationOrgName = "Vaultwarden";
|
invitationOrgName = "Vimium";
|
||||||
domain = "https://${domain}";
|
domain = "https://${domain}";
|
||||||
};
|
};
|
||||||
environmentFile = config.age.secrets.vaultwarden-env.path;
|
environmentFile = config.age.secrets.vaultwarden-env.path;
|
||||||
|
Reference in New Issue
Block a user