mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 17:13:00 -05:00
issue: SSO authentication requests request loops #6758
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 @mohammeddanishrabbani on GitHub (Oct 24, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.33
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
Microsoft edge
Confirmation
README.md.Expected Behavior
Redirect to homepage and start new session
Actual Behavior
starts a authetication loop to the idP
Steps to Reproduce
I have seen tremendoes number of authentication request to the idP. I are using shibboleth for SSO authentication.
There is one case where I could reproduce is when session id is lost after keeping the connection stale for about one hour.
Steps:
Enable SAML tracer extension on the browser
Open openwebUI
Perform a prompt
Leave the tab open for about an hour
Check saml tracer for the number of SAML request which keeps happening every 10 sec when the sid is lost
initially polling happens like this with sid
https://xxx.xxxx.com/ws/socket.io/?EIO=4&transport=polling&t=xxxx&sid=xxxxx
Later sid is lost and polling happens using this and it gets into a authentication loop.
https://xxx.xxxx.com/ws/socket.io/?EIO=4&transport=polling&t=xxxx
Logs & Screenshots
..
Additional Information
No response