mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Doc for custom OpenID claims
This commit is contained in:
parent
ff181a4f6a
commit
eb3128eeec
@ -663,6 +663,16 @@ Query: [query]
|
|||||||
- Default: `False`
|
- 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.
|
- 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`
|
#### `GOOGLE_CLIENT_ID`
|
||||||
|
|
||||||
- Description: Sets the client ID for Google OAuth
|
- Description: Sets the client ID for Google OAuth
|
||||||
|
Loading…
Reference in New Issue
Block a user