[GH-ISSUE #9852] Name field from oauth is set as email #54339

Closed
opened 2026-05-05 16:07:32 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @itaybar on GitHub (Feb 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9852

backend/open_webui/utils/oauth.py

name = user_data.get(username_claim)
if not isinstance(user, str):
name = email

This is new "feature" but i don't get why you need this. its always set the name as the email field

Originally created by @itaybar on GitHub (Feb 12, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/9852 backend/open_webui/utils/oauth.py name = user_data.get(username_claim) if not isinstance(user, str): name = email This is new "feature" but i don't get why you need this. its always set the name as the email field
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#54339