mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
OIDC Login Role Management Configuration Issue: Roles Not Correctly Recognized from Lark #4307
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 @hongspell on GitHub (Mar 7, 2025).
Issue Content:
{"detail":"You do not have permission to access this resource. Please contact your administrator for assistance."}Explanation
OAUTH_ROLES_CLAIM=user.roles, but still cannot log in, receiving the "permission denied" message.user.roles) and whether these roles match the configurations inOAUTH_ALLOWED_ROLESandOAUTH_ADMIN_ROLES.Possible Issue:
OAUTH_ROLES_CLAIMconfiguration to match the role field returned by Lark?Request for Help:
Has anyone encountered a similar configuration issue or have any suggestions on how to correct the role field mapping or Open WebUI configuration?