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/sso.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,16 @@ The following environment variables are required:
38
38
### Microsoft
39
39
40
40
To configure a Microsoft OAuth client, please refer to [Microsoft's documentation](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) on how to create a Microsoft OAuth client for a **web application**.
41
-
The allowed redirect URI should include `<open-webui>/oauth/microsoft/callback`.
41
+
The allowed redirect URI should include `<open-webui>/oauth/microsoft/callback`. This value should be used for the `MICROSOFT_REDIRECT_URI` environment variable.
42
42
43
43
Support for Microsoft OAuth is currently limited to a single tenant, that is a single Entra organization or personal Microsoft accounts.
44
44
45
45
The following environment variables are required:
46
46
47
47
1.`MICROSOFT_CLIENT_ID` - Microsoft OAuth client ID
48
-
1.`MICROSOFT_CLIENT_SECRET` - Microsoft OAuth client secret
49
-
1.`MICROSOFT_CLIENT_TENANT_ID` - Microsoft tenant ID - use `9188040d-6c67-4c5b-b112-36a304b66dad` for personal accounts
48
+
2.`MICROSOFT_CLIENT_SECRET` - Microsoft OAuth client secret
49
+
3.`MICROSOFT_CLIENT_TENANT_ID` - Microsoft tenant ID - use `9188040d-6c67-4c5b-b112-36a304b66dad` for personal accounts
50
+
4.`MICROSOFT_REDIRECT_URI` - The redirect URI configured in your Microsoft OAuth application. This must be set to `<open-webui>/oauth/microsoft/callback`.
0 commit comments