From 599e30a00468f47792b33f0220cdbc3d2b95c916 Mon Sep 17 00:00:00 2001 From: Jascha <38194372+lollilol@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:07:03 +0200 Subject: [PATCH] Updated Enabling SSO support using OpenId Connect (markdown) --- Enabling-SSO-support-using-OpenId-Connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-SSO-support-using-OpenId-Connect.md b/Enabling-SSO-support-using-OpenId-Connect.md index 3ed7bf7..ddcb026 100644 --- a/Enabling-SSO-support-using-OpenId-Connect.md +++ b/Enabling-SSO-support-using-OpenId-Connect.md @@ -24,7 +24,7 @@ The following configurations are available - `SSO_AUDIENCE_TRUSTED`: Optional, Regex to trust additional audience for the IdToken (`client_id` is always trusted). Use single quote when writing the regex: `'^$'`. - `SSO_CLIENT_ID` : Client Id - `SSO_CLIENT_SECRET` : Client Secret -- `SSO_MASTER_PASSWORD_POLICY`: Optional Master password policy (`enforceOnLogin` is not supported, format: `{"enforceOnLogin":false,"minComplexity:3,"minLength":12,"requireLower":false,"requireNumbers":false,"requireSpecial":false,"requireUpper":false}`). +- `SSO_MASTER_PASSWORD_POLICY`: Optional Master password policy (`enforceOnLogin` is not supported, format: `{"minComplexity:3,"minLength":12,"requireLower":false,"requireNumbers":false,"requireSpecial":false,"requireUpper":false}`). - `SSO_AUTH_ONLY_NOT_SESSION`: Enable to use SSO only for authentication not session lifecycle - `SSO_CLIENT_CACHE_EXPIRATION`: Cache calls to the discovery endpoint, duration in seconds, `0` to disable (default `0`); - `SSO_DEBUG_TOKENS`: Log all tokens for easier debugging (default `false`, `LOG_LEVEL=debug` or `LOG_LEVEL=info,vaultwarden::sso=debug` need to be set)