mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-30 17:25:30 -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
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.