mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
Add OAuth Redirect URI env vars
This commit is contained in:
parent
e5c2c01a1d
commit
67ef1426f9
@ -722,6 +722,10 @@ Query: [query]
|
||||
- Default: `openid email profile`
|
||||
- Description: Sets the scope for Google OAuth authentication.
|
||||
|
||||
### `GOOGLE_REDIRECT_URI`
|
||||
|
||||
- Description: Sets the redirect URI for Google OAuth
|
||||
|
||||
#### `MICROSOFT_CLIENT_ID`
|
||||
|
||||
- Description: Sets the client ID for Microsoft OAuth
|
||||
@ -739,6 +743,10 @@ Query: [query]
|
||||
- Default: `openid email profile`
|
||||
- Description: Sets the scope for Microsoft OAuth authentication.
|
||||
|
||||
#### `MICROSOFT_REDIRECT_URI`
|
||||
|
||||
- Description: Sets the redirect URI for Microsoft OAuth
|
||||
|
||||
#### `OAUTH_CLIENT_ID`
|
||||
|
||||
- Description: Sets the client ID for OIDC
|
||||
@ -761,6 +769,10 @@ Query: [query]
|
||||
- Default: `SSO`
|
||||
- Description: Sets the name for the OIDC provider.
|
||||
|
||||
#### `OPENID_REDIRECT_URI`
|
||||
|
||||
- Description: Sets the redirect URI for OIDC
|
||||
|
||||
### LiteLLM
|
||||
|
||||
:::warning
|
||||
|
Loading…
Reference in New Issue
Block a user