mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 00:13:40 -05:00
[GH-ISSUE #8817] User's groups are not sync after OIDC login #15277
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 @ohmer1 on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8817
Bug Report
Installation Method
uvx
Environment
Open WebUI Version: 0.5.6
Ollama (if applicable):
Operating System: ubuntu 22.04
Browser (if applicable):
Confirmation:
Expected Behavior:
User's groups should be sync after OIDC login.
Actual Behavior:
User is not added to any groups.
Description
Bug Summary:
User's groups are not sync after OIDC login
Reproduction Details
Steps to Reproduce:
Launch script extract:
Additional Information
I edited
utils/oauth.pyto add oauth debug informations at line 220:This log the following, we can see the
groupsclaim is there as expectedNote
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@ohmer1 commented on GitHub (Jan 23, 2025):
Hum, so it appears it works fine for non-admins users.