mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #15694] [MERGED] FEAT: Add SCIM 2.0 support for automated user provisioning #10712
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/15694
Author: @dieu-bis
Created: 7/13/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @tjbck
Base:
dev← Head:feat/scim-2.0-support📝 Commits (7)
f4d54c5feat: Add SCIM 2.0 support for enterprise user provisioning39bcee3remove ui configc9fda79udpate1d9c1f7Update scim.py519b7afremove useless6469822Update configs.py41faec7Merge branch 'dev' into feat/scim-2.0-support📊 Changes
6 files changed (+957 additions, -2 deletions)
View changed files
📝
.gitignore(+2 -1)📝
README.md(+2 -0)📝
backend/open_webui/config.py(+16 -0)📝
backend/open_webui/main.py(+19 -0)📝
backend/open_webui/routers/configs.py(+1 -1)➕
backend/open_webui/routers/scim.py(+917 -0)📄 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
Added
/api/v1/scim/v2/for:SCIM_ENABLED: Enable/disable SCIM supportSCIM_TOKEN: Bearer token for SCIM authenticationSecurity
Additional Information
user= active,pending= inactiveScreenshots or Videos
SCIM integration test via Runscope Blazemeter
https://github.com/user-attachments/assets/756c434d-d976-4863-b09f-a5ac8b6e7bb7
SCIM User + Groups integration via Okta
https://github.com/user-attachments/assets/eb7403cc-01df-4c7b-a2ed-f9aa93de4188
Discussion
15693
Documentation
620
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.