You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/auth/sso/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You cannot have Microsoft **and** Google as OIDC providers simultaneously.
32
32
|`ENABLE_OAUTH_PERSISTENT_CONFIG`|`true`| Persist OAuth config to the database; set to `false` for stateless/containerized environments. |
33
33
|`ENABLE_OAUTH_SIGNUP`|`false`| Allows account creation upon OAuth login (separate from `ENABLE_SIGNUP`). |
34
34
|`OAUTH_MERGE_ACCOUNTS_BY_EMAIL`|`false`| Merge OAuth logins based on matching email (caution: can be insecure if provider doesn't verify emails). |
35
-
|`OAUTH_UPDATE_PICTURE_ON_LOGIN`|`true`| Update user profile pictures from OAuth provider with each login. |
35
+
|`OAUTH_UPDATE_PICTURE_ON_LOGIN`|`false`| Update user profile pictures from OAuth provider with each login. |
36
36
|`OAUTH_PICTURE_CLAIM`|`picture`| Field in the claim containing the profile picture. Set to empty string to disable picture updates (users receive default icon).|
37
37
|`WEBUI_AUTH_SIGNOUT_REDIRECT_URL`|*empty*| Redirect users to this URL after signout. E.g., `https://your-company.com/logout-success`|
38
38
|`WEBUI_SECRET_KEY`|*empty*| MUST be set - especially in clustered environments. Otherwise session issues and weird OAuth issues will occur |
0 commit comments