mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #2375] Federated logins not working #12860
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 @andyp-79 on GitHub (May 18, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2375
Bug Report
Description
Configured Traefik with Oauth2-Proxy and X-Forwarded-Email headers by middleware. I have verified that the header is always forwarded to open-webui through tcpdump and by the presence of the relevant info log entry:
As seen above a first few calls succeed and the UI is partially loaded. However, subsequent requests fail and the UI faults from fully loading:
As seen above, some of the ensuing API calls fail with 403. An ollama instance is running on the cluster and accepting requests, not showing any 403s.
Steps to Reproduce:
Enable federation with
WEBUI_AUTH_TRUSTED_EMAIL_HEADER=X-Forwarded-Email.Expected Behavior:
UI fully loads
Actual Behavior:
Environment
Open WebUI Version: v0.1.124
Ollama (if applicable): 0.1.34
Operating System: Kubernetes Linux
Browser (if applicable): Safari & Chrome
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
Installation Method
Helm chart