mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #559] [MERGED] docs: updated the SSO docs for microsoft so its more clear for users. #610
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/559
Author: @ltechconsultancy
Created: 5/22/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @tjbck
Base:
main← Head:main📝 Commits (1)
36ede81docs: updated the SSO docs for microsoft so its more clear for users.📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
docs/features/sso.md(+4 -3)📄 Description
This PR updates the Microsoft SSO documentation to enhance clarity for users configuring this authentication method.
Previously, while the documentation mentioned the necessary redirect URI (
<open-webui>/oauth/microsoft/callback), it wasn't explicitly stated that this also needed to be set as theMICROSOFT_REDIRECT_URIenvironment variable. This could lead to confusion during setup.This update addresses this by:
MICROSOFT_REDIRECT_URIto the list of required environment variables.MICROSOFT_REDIRECT_URImust be<open-webui>/oauth/microsoft/callback, aligning it with the redirect URI configured in the Microsoft OAuth application.These changes aim to make the setup process more straightforward and ensure users correctly configure all necessary environment variables for Microsoft SSO with Open WebUI.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.