Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/getting-started/env-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4882,6 +4882,14 @@ This is useful when you need a JWT access token for downstream validation or whe
- 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.

#### `LDAP_USE_AD_SID`

- Type: `bool`
- Default: `False`
- Description: Enable using Active Directory Security Identifier (SID) as the user ID in LDAP authentication instead of generating a random UUID. When enabled, the user's AD SID will be extracted from the `objectSid` attribute and used as the user ID in Open WebUI.
- Persistence: This environment variable is a `PersistentConfig` variable.


## SCIM

#### `SCIM_ENABLED`
Expand Down