Original PR: https://github.com/open-webui/open-webui/pull/20645 Author: @TheLukasHenry Created: 1/13/2026 Status: ❌ Closed
Base: main ← Head: entra-setup
main
entra-setup
b6b39ba
4 files changed (+45 additions, -3 deletions)
📝 .env.example (+35 -1) 📝 .gitignore (+1 -0) 📝 Dockerfile (+1 -1) 📝 docker-compose.yaml (+8 -1)
.env.example
.gitignore
Dockerfile
docker-compose.yaml
Create a .env file with:
.env
MICROSOFT_CLIENT_ID=<from-azure-app-registration> MICROSOFT_CLIENT_SECRET=<from-azure-secrets> MICROSOFT_CLIENT_TENANT_ID=consumers WEBUI_SECRET_KEY=<generate-with-openssl-rand-hex-32> WEBUI_URL=https://ai-ui.coolestdomain.win ENABLE_OAUTH_SIGNUP=true OPENID_PROVIDER_URL=https://login.microsoftonline.com/consumers/v2.0/.well-known/openid-configuration WEBUI_AUTH_SIGNOUT_REDIRECT_URL=https://ai-ui.coolestdomain.win/auth
https://ai-ui.coolestdomain.win/oauth/microsoft/callback
https://ai-ui.coolestdomain.win/auth
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20645
Author: @TheLukasHenry
Created: 1/13/2026
Status: ❌ Closed
Base:
main← Head:entra-setup📝 Commits (1)
b6b39bafeat: Add Microsoft Entra ID OAuth authentication📊 Changes
4 files changed (+45 additions, -3 deletions)
View changed files
📝
.env.example(+35 -1)📝
.gitignore(+1 -0)📝
Dockerfile(+1 -1)📝
docker-compose.yaml(+8 -1)📄 Description
Summary
Changes
Configuration Required
Create a
.envfile with:Azure App Registration Setup
https://ai-ui.coolestdomain.win/oauth/microsoft/callbackhttps://ai-ui.coolestdomain.win/authTest plan
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.