Merge pull request #174 from cdgco/redirect_uris

Add OAuth Redirect URI env vars
This commit is contained in:
Justin Hayes 2024-08-07 18:06:33 -04:00 committed by GitHub
commit 05f6f11196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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