mirror of
https://github.com/open-webui/docs.git
synced 2026-01-04 10:46:26 +07:00
feat(docs): add keycloak sso documentation and images
This commit is contained in:
@@ -2844,6 +2844,27 @@ If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture c
|
||||
- Description: Sets the ciphers to use for LDAP connection.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
#### `ENABLE_LDAP_GROUP_MANAGEMENT`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `False`
|
||||
- Description: Enables the group management feature.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
#### `ENABLE_LDAP_GROUP_CREATION`
|
||||
|
||||
- Type: `bool`
|
||||
- Default: `False`
|
||||
- Description: If a group from LDAP does not exist in Open WebUI, it will be created automatically.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
#### `LDAP_ATTRIBUTE_FOR_GROUPS`
|
||||
|
||||
- Type: `str`
|
||||
- Default: `memberOf`
|
||||
- Description: Specifies the LDAP attribute that contains the user's group memberships. `memberOf` is a standard attribute for this purpose in Active Directory environments.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
## User Permissions
|
||||
|
||||
### Chat Permissions
|
||||
|
||||
Reference in New Issue
Block a user