Add OAuth Redirect URI env vars

This commit is contained in:
Carter Roeser 2024-08-07 14:48:26 -07:00
parent e5c2c01a1d
commit 67ef1426f9

View File

@ -722,6 +722,10 @@ Query: [query]
- Default: `openid email profile` - Default: `openid email profile`
- Description: Sets the scope for Google OAuth authentication. - Description: Sets the scope for Google OAuth authentication.
### `GOOGLE_REDIRECT_URI`
- Description: Sets the redirect URI for Google OAuth
#### `MICROSOFT_CLIENT_ID` #### `MICROSOFT_CLIENT_ID`
- Description: Sets the client ID for Microsoft OAuth - Description: Sets the client ID for Microsoft OAuth
@ -739,6 +743,10 @@ Query: [query]
- Default: `openid email profile` - Default: `openid email profile`
- Description: Sets the scope for Microsoft OAuth authentication. - Description: Sets the scope for Microsoft OAuth authentication.
#### `MICROSOFT_REDIRECT_URI`
- Description: Sets the redirect URI for Microsoft OAuth
#### `OAUTH_CLIENT_ID` #### `OAUTH_CLIENT_ID`
- Description: Sets the client ID for OIDC - Description: Sets the client ID for OIDC
@ -761,6 +769,10 @@ Query: [query]
- Default: `SSO` - Default: `SSO`
- Description: Sets the name for the OIDC provider. - Description: Sets the name for the OIDC provider.
#### `OPENID_REDIRECT_URI`
- Description: Sets the redirect URI for OIDC
### LiteLLM ### LiteLLM
:::warning :::warning