Originally created by @Externalnet on GitHub (Jun 10, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Git Clone
Open WebUI Version
latest version
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Latest Google Chrome
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
Succesfull redirect to the correct URL (Not localhost:3000) after OpenID Connect SSO
The redirect URL opens like this (of course localhost is unreachable in this way)
It should not open with "localhost:3000" but with the <OPENID_REDIRECT> Url
Logs & Screenshots
Additional Information
Originally created by @Externalnet on GitHub (Jun 10, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Git Clone
### Open WebUI Version
latest version
### Ollama Version (if applicable)
_No response_
### Operating System
Debian 12
### Browser (if applicable)
Latest Google Chrome
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.**
- [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
### Expected Behavior
Succesfull redirect to the correct URL (Not localhost:3000) after OpenID Connect SSO
### Actual Behavior
Open ID Connect SSO stopped working
I have this config ->
```
ENV=prod
ENABLE_OLLAMA_API=true
OLLAMA_BASE_URL=http://localhost:11434
ENABLE_OAUTH_SIGNUP=true
ENABLE_LOGIN_FORM=false
ENABLE_SIGNUP=false
OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true
OAUTH_CLIENT_ID='<KEY>'
OAUTH_CLIENT_SECRET='<SECRET>'
OPENID_PROVIDER_URL='https://<IDP_FQDN>/.well-known/openid-configuration'
OPENID_REDIRECT_URI='https://<OPEN-WEBUI_FQDN>/oauth/oidc/callback'
OAUTH_PROVIDER_NAME='<IDP Name>'
OAUTH_SCOPES='openid email profile'
```
The redirect URL opens like this (of course localhost is unreachable in this way)

It should not open with "localhost:3000" but with the <OPENID_REDIRECT> Url
### Steps to Reproduce
Make a OpenID Connect configuration with an existing IDP (Identity Provider)->
```
ENV=prod
ENABLE_OLLAMA_API=true
OLLAMA_BASE_URL=http://localhost:11434
ENABLE_OAUTH_SIGNUP=true
ENABLE_LOGIN_FORM=false
ENABLE_SIGNUP=false
OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true
OAUTH_CLIENT_ID='<KEY>'
OAUTH_CLIENT_SECRET='<SECRET>'
OPENID_PROVIDER_URL='https://<IDP_FQDN>/.well-known/openid-configuration'
OPENID_REDIRECT_URI='https://<OPEN-WEBUI_FQDN>/oauth/oidc/callback'
OAUTH_PROVIDER_NAME='<IDP Name>'
OAUTH_SCOPES='openid email profile'
```
The redirect URL opens like this (of course localhost is unreachable in this way)

It should not open with "localhost:3000" but with the <OPENID_REDIRECT> Url
### Logs & Screenshots

### Additional Information

GiteaMirror
added the bug label 2025-11-11 16:22:35 -06:00
Duplicate, PLEASE check for existing disucssions/issues before creating one instead of just saying you have.
@tjbck commented on GitHub (Jun 10, 2025):
Duplicate, PLEASE check for existing disucssions/issues before creating one instead of just saying you have.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Externalnet on GitHub (Jun 10, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
latest version
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Latest Google Chrome
Confirmation
README.md.Expected Behavior
Succesfull redirect to the correct URL (Not localhost:3000) after OpenID Connect SSO
Actual Behavior
Open ID Connect SSO stopped working
I have this config ->
The redirect URL opens like this (of course localhost is unreachable in this way)
It should not open with "localhost:3000" but with the <OPENID_REDIRECT> Url
Steps to Reproduce
Make a OpenID Connect configuration with an existing IDP (Identity Provider)->
The redirect URL opens like this (of course localhost is unreachable in this way)
It should not open with "localhost:3000" but with the <OPENID_REDIRECT> Url
Logs & Screenshots
Additional Information
@tjbck commented on GitHub (Jun 10, 2025):
Duplicate, PLEASE check for existing disucssions/issues before creating one instead of just saying you have.