mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #17509] [CLOSED] feat: Allow Azure OpenAI to authenticate using DefaultAzureCredential #40082
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/open-webui/pull/17509
Author: @selenecodes
Created: 9/17/2025
Status: ❌ Closed
Base:
dev← Head:feat/azure-openai-entraid-auth📝 Commits (5)
171021cMerge pull request #17327 from open-webui/devc8f2595feat(openai): Add DefaultAzureCredential authentication to Azure OpenAI6ff9419chore(i18n): Parse i18n16bb568Merge branch 'dev' into feat/azure-openai-entraid-auth51ff119chore(openai): Run black formatter📊 Changes
59 files changed (+159 additions, -4 deletions)
View changed files
📝
backend/open_webui/routers/openai.py(+34 -3)📝
src/lib/components/AddConnectionModal.svelte(+11 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+2 -0)📝
src/lib/i18n/locales/ar/translation.json(+2 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+2 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+2 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+2 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+2 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+2 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+2 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+2 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+2 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+2 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+2 -0)📝
src/lib/i18n/locales/en-US/translation.json(+2 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/et-EE/translation.json(+2 -0)📝
src/lib/i18n/locales/eu-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+2 -0)...and 39 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Updated authentication for Azure OpenAI to allow authenticating using DefaultAzureCredential.
Added
Additional Information
azure-clipip package in the docker container and authenticating usingaz loginScreenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.