mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #24325] feat: Skip Login page when you can only enter by SSO #58932
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 @jk779 on GitHub (May 3, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24325
Check Existing Issues
Verify Feature Scope
Problem Description
I've added Authentik as an OICD idp and it works pretty good with open-webui. I've also removed the login for, which results in an awkward black page:
Has there been some thought about this "edgecase" or is it just just pure coincidence? :)
Desired Solution you'd like
When the only way to intertact (e.g. there is no emergency-login form) is to ckick the button, get rid of it at all and just redirect directly to your oicd workflow starter like
/oauth/oidc/login.If you still want the user in the loop, show a short & small spinner indicating that you're connecting their idp (or something alike).
The first 1 btw look seemlessly when youve got a idps session already :)
Alternatives Considered
Workarounds exists that are tiny proxies just for adressing this mini problem:
i', not a fan of that ;/
Additional Context
No response
@owui-terminator[bot] commented on GitHub (May 3, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
#19182 feat: SSO custom logout URI
by BikersDelight ·
good first issue#19708 feat: Keycloak authentication support
by fux-dev
#18924 feat: Allow authorization code flow with SSO logins
by pllopis
#15239 feat: Enable Oauth Popup flow
by Ardakilic
#18587 issue: SSO authentication requests request loops
by mohammeddanishrabbani ·
bug💡 If this is a duplicate, consider closing it and adding details to the existing issue.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.