diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index a7da921..5b2657f 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -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