mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #12908] feat: Add SCIM Group Provisioning Support to Open WebUI #16753
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 @calebhansard on GitHub (Apr 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12908
Check Existing Issues
Problem Description
Currently, Open WebUI supports user account creation during OIDC authentication but lacks support for group provisioning via SCIM (System for Cross-domain Identity Management). This absence makes it difficult for users to automate the process of creating, updating, and deleting groups within Open WebUI, especially when integrating with identity providers that support SCIM.
Desired Solution you'd like
Implement SCIM group provisioning support in Open WebUI to allow for automated group management. The desired solution should include the following features:
Alternatives Considered
No response
Additional Context
@calebhansard commented on GitHub (Apr 15, 2025):
Related to: https://github.com/open-webui/open-webui/issues/7102
@dieu-bis commented on GitHub (Aug 18, 2025):
added here https://github.com/open-webui/open-webui/pull/15694