mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #73] REQ: OAuth2 and Azure Active Directory support #50591
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 @JDRay42 on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/73
I'd like to deploy this on a server in an enterprise. To enable proper security, I would like to perform approval and authentication using a directory service like OAuth2 or Azure Active Directory (OAuth2 is an established standard; Microsoft Azure AD preferred).
@tjbck commented on GitHub (Nov 6, 2023):
Hi, Thanks for your suggestion. I'm actively thinking of ways to implement OAuth2 (or authentication in general) with the web UI. So, stay tuned for updates here: #68. As for the active directory support, I do not see myself implementing the feature as I currently do not have access to such systems. However, if you manage to implement the feature, PR is always welcome. Thanks.