fix vaultwarden oidc
This commit is contained in:
parent
a1d4c244cf
commit
03bd906aef
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue