mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-08 18:17:14 -05:00
[PR #21099] [CLOSED] fix: Fix account linking via SCIM #41556
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/21099
Author: @SCBionicle
Created: 2/2/2026
Status: ❌ Closed
Base:
dev← Head:scim-fixes📝 Commits (10+)
f2c16e3add primary email check create user197e14cmake email search case insensitive68dcebaadd comment about matching6a902afSCIM: check to see if user exists already via Oauth2b99320add helper to get just oidc subjectd8dadfdadd doc string9303517add externalId to modelcabe332fix email filtering1214836allow case insenstive matching241d837added case insenstive email matching📊 Changes
2 files changed (+57 additions, -6 deletions)
View changed files
📝
backend/open_webui/models/users.py(+22 -2)📝
backend/open_webui/routers/scim.py(+35 -4)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
Added
ExternalIdto be linked to the OIDC Subject IdentifierGetUsersendpoint to supporteqfiltering of both email andExternalIdFixed
Additional Information
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.