mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
feat: SAML / Entra ID authentication options for cloud-based deployments (Microsoft Azure Entra ID integration) #669
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?
Originally created by @odonnja on GitHub (Apr 18, 2024).
The current implementation of Open WebUI does not offer any alternative authentication methods such as SAML-based authentication. Having these options would help administrators with user management, implementation of RBAC, and would enhance overall security of the Open WebUI application server.
Describe the solution you'd like
Would like to be able to use a SAML / Microsoft Entra ID-compatible authentication system option in Open WebUI for cloud-based deployments. Perhaps Leverage the existing user JWT to assist in this process.
Here is some information on how this might be done:
https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/migrate-adfs-saml-based-sso
@justinh-rahb commented on GitHub (Apr 18, 2024):
Multiple duplicates, let's stick to here: