Update description of OAUTH_ROLES_SEPARATOR to reflect updated behavior

This commit is contained in:
gerhardj-b
2025-11-26 12:45:24 +00:00
parent 652eee1dd3
commit 5c1b5fd242
2 changed files with 2 additions and 2 deletions

View File

@@ -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`