mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-25 20:47:57 -05:00
WebUi forwards to localhost #1971
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 @mirno934 on GitHub (Sep 2, 2024).
Hello, we use the open webui with olama and would like to extend it with Microsoft SSO.
This works so far, but we can't get rid of the redirection to localhost:3000 after a successful login.
The whole thing is hosted via Docker
Before that an iis reversed proxy for https support.
Everything works so far and we were able to set the URI, only the last redirection is not working.
environment:
ENABLE_OAUTH_SIGNUP: “true”
OAUTH_MERGE_ACCOUNTS_BY_EMAIL: “true”
ENABLE_LOGIN_FORM: “false”
ENABLE_SIGNUP: “false”
MICROSOFT_CLIENT_ID: “xxx”
MICROSOFT_CLIENT_SECRET: “xxx”
MICROSOFT_CLIENT_TENANT_ID: “xxx”
MICROSOFT_REDIRECT_URI: “https://abc.online/oauth/microsoft/callback”
WEBUI_URL: “https://abc.online”