mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17208] issue: OIDC access_denied Error page #33736
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 @BenCoden on GitHub (Sep 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17208
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.26
Ollama Version (if applicable)
No response
Operating System
Fargate
Browser (if applicable)
Chrome, Firefox, Edge
Confirmation
README.md.Expected Behavior
This is probably more of a feature request, because I do not think OWUI is doing anything it wasn't designed to do. Or maybe someone can share how they are solving this problem.
We have ODIC set up but when I user is login in to but does not have access to the OWUI it returns a Json message. Which is a poor user experience.
Actual Behavior
It would be great if OWUI would display this in a HTML page. Something similar to the login page, but with the text form the json in red somewhere. Maybe I am getting a little crazy, but it would also be nice if I could customize that message in the admin panel, to give them steps on how to request the app.
Steps to Reproduce
Logs & Screenshots
Error Json message:


Endpoint:
Additional Information
No response
@tjbck commented on GitHub (Sep 6, 2025):
Addressed with
3d6d050ad8@BenCoden commented on GitHub (Sep 7, 2025):
Thank you