mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Support SAML for auth #1025
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 @sa- on GitHub (May 24, 2024).
Is your feature request related to a problem? Please describe.
Support auth via SAML
Describe the solution you'd like
Using this library: https://github.com/IdentityPython/pysaml2
Describe alternatives you've considered
This seems to be the best option for SSO
Additional context
n/a
@sa- commented on GitHub (May 24, 2024):
closing in favor of #483