From e36e418543cc16c8af0140068e259cca5ea9d1db Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:07:24 +0100 Subject: [PATCH] Update env-configuration.mdx --- docs/getting-started/env-configuration.mdx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index e235204..01ab038 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -3108,13 +3108,6 @@ By default, OAuth configurations are stored in the database and managed via the - Description: Overrides the default claim used to identify a user's unique ID (`sub`) from the OAuth/OIDC provider's user info response. By default, Open WebUI attempts to infer this from the provider's configuration. This variable allows you to explicitly specify which claim to use. For example, if your identity provider uses 'employee_id' as the unique identifier, you would set this variable to 'employee_id'. - Persistence: This environment variable is a `PersistentConfig` variable. -#### `OAUTH_ROLES_SEPARATOR` - -- Type: `str` -- Default: `,` -- Description: Allows custom role separators for OAuth roles that contain commas, useful for roles specified in LDAP syntax or other systems where commas are part of role names. -- Persistence: This environment variable is a `PersistentConfig` variable. - #### `OAUTH_MERGE_ACCOUNTS_BY_EMAIL` - Type: `bool` @@ -3478,7 +3471,8 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c - Type: `str` - Default: `,` -- Description: Sets the separator used for splitting the `OAUTH_*_ROLES` variables. +- Description: Allows custom role separators for for splitting the `OAUTH_*_ROLES` variables. Meant for OAuth roles that contain commas; useful for roles specified in LDAP syntax or other systems where commas are part of role names. +- Persistence: This environment variable is a `PersistentConfig` variable. #### `OAUTH_ALLOWED_DOMAINS`