mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Merge pull request #144 from Semihal/custom-claims-for-oauth
Doc for custom OpenID claims
This commit is contained in:
commit
5ab7f4aa00
@ -663,6 +663,16 @@ Query: [query]
|
||||
- Default: `False`
|
||||
- Description: If enabled, merges OAuth accounts with existing accounts using the same email address. This is considered unsafe as providers may not verify email addresses and can lead account takeovers.
|
||||
|
||||
#### `OAUTH_USERNAME_CLAIM`
|
||||
|
||||
- Default: `name`
|
||||
- Description: Set username claim for OpenID.
|
||||
|
||||
#### `OAUTH_PICTURE_CLAIM`
|
||||
|
||||
- Default: `picture`
|
||||
- Description: Set picture (avatar) claim for OpenID.
|
||||
|
||||
#### `GOOGLE_CLIENT_ID`
|
||||
|
||||
- Description: Sets the client ID for Google OAuth
|
||||
|
Loading…
Reference in New Issue
Block a user