fix vaultwarden oidc

This commit is contained in:
Chris Kruining 2026-04-12 17:53:06 +02:00
parent a1d4c244cf
commit 03bd906aef
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -135,7 +135,7 @@ in {
SSO_ROLES_ENABLED = true; SSO_ROLES_ENABLED = true;
SSO_ORGANIZATIONS_ENABLED = true; SSO_ORGANIZATIONS_ENABLED = true;
SSO_ORGANIZATIONS_REVOCATION = true; SSO_ORGANIZATIONS_REVOCATION = true;
SSO_AUTHORITY = "https://auth.kruining.eu/"; SSO_AUTHORITY = "https://auth.kruining.eu";
SSO_SCOPES = "email profile offline_access"; SSO_SCOPES = "email profile offline_access";
ROCKET_ADDRESS = "::1"; ROCKET_ADDRESS = "::1";