mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Update description of OAUTH_ROLES_SEPARATOR to reflect updated behavior
This commit is contained in:
@@ -4251,7 +4251,7 @@ 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.
|
||||
- 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. If the claim is a string and contains the separator, it will be also split by that separator.
|
||||
|
||||
#### `OAUTH_GROUPS_SEPARATOR`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user