mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #563] [CLOSED] Added documentation for MICROSOFT_CLOUD config values #614
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/563
Author: @jimseiwert
Created: 6/7/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (4)
6051387Added documentation for MICROSOFT_CLOUD config calues621721dAdded documentation for MICROSOFT_CLOUD config valuesd35b54eMerge branch 'main' of github.com:jimseiwert/open-webui-docs16069d1Updated available options📊 Changes
2 files changed (+14 additions, -0 deletions)
View changed files
📝
docs/features/sso.md(+4 -0)📝
docs/getting-started/env-configuration.md(+10 -0)📄 Description
This pull request introduces documentation updates to support the new
MICROSOFT_CLOUDenvironment variable for configuring Microsoft OAuth in different cloud environments. The updates include adding details about the variable's purpose, options, and default value, as well as clarifying its optional nature.Documentation updates for
MICROSOFT_CLOUD:docs/features/sso.md: Added a new section under "The following environment variables are optional" to describeMICROSOFT_CLOUD, its default value (Global), and other possible value (`AzureUSGovernmentCloud). This helps users configure authentication for specific Microsoft cloud environments.docs/getting-started/env-configuration.md: Introduced detailed documentation for theMICROSOFT_CLOUDenvironment variable, including its type, default value, valid options, and a link to Microsoft's documentation on authentication endpoints. This ensures users understand how to set up the variable for their specific cloud environment.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.