mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #19131] issue: client_id parameter is not passed in authorize access token request with OIDC provider #18782
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 @Oleg52 on GitHub (Nov 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19131
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.36
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I except
client_idparameter to exist in/tokenrequest when i sign up using OIDC provider. My OIDC provider requiresclient_idto be set, otherwise request fails.Actual Behavior
In
/tokenrequest i receive only 4 parameters:code,redirect_uri,code_verifierandgrant_type.Steps to Reproduce
http://localhost:3000and sign up using OIDC provider./tokenendpoint.Logs & Screenshots
None
Additional Information
I will create PR to fix it.