mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #20694] feat: ENABLE_OAUTH_NAME_SYNC #73869
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 @itsHenry35 on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20694
Check Existing Issues
Verify Feature Scope
Problem Description
Sometimes it's a really realistic need that you gotta change the displayname of a user in the OIDC platform, while the name is not synced to open-webui.
Desired Solution you'd like
Add an attribute called ENABLE_OAUTH_NAME_SYNC. As email and sub are used as OIDC identifiers, name doesn't bother that much. Just like how jit group sync and role sync, the name sync can work the same way.
Alternatives Considered
No response
Additional Context
No response