mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #6321] Unable to login with Oauth2-Proxy and Google IdP #52986
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 @derek-assurity on GitHub (Oct 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6321
Bug Report
Installation Method
Running using docker compose
docker-compose.ymlThe config for OAuth2 is:
Environment
Open WebUI Version: v0.3.30
Ollama (if applicable): N/A
Operating System: macOS Sequoia 15.0.1
Browser (if applicable): Chrome Version 130.0.6723.58 (Official Build) (arm64)
Confirmation:
Expected Behavior:
Should be logged into Open WebUI
Actual Behavior:
Getting the error message:
Description
Bug Summary:
Trying to run
oauth2-proxyas reverse proxy in front of Open Web UI, following instructions -> https://docs.openwebui.com/tutorials/features/sso/#oauth2-proxyUnfortunately, Open WebUI doesn't see the the e-mail that is being set in the header. I've seen others have got this working, so not sure what I've misconfigured.
Reproduction Details
Steps to Reproduce:
Run the
docker-composeprovided and go tohttp://localhost:8082