mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Document OAUTH_GROUPS_SEPARATOR environment variable
Added documentation for OAUTH_GROUPS_SEPARATOR variable.
This commit is contained in:
@@ -3562,7 +3562,12 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c
|
||||
- Type: `str`
|
||||
- Default: `,`
|
||||
- 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_GROUPS_SEPARATOR`
|
||||
|
||||
- Type: `str`
|
||||
- Default: `;`
|
||||
- Description: Specifies the delimiter used to parse multiple group names from the OAuth group claim. This separator is used when the identity provider returns group memberships as a delimited string rather than an array. Useful when integrating with systems that use non-standard separators or when group names themselves contain commas.
|
||||
|
||||
#### `OAUTH_ALLOWED_DOMAINS`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user