Oauth error after upgrading from 0.3.16 to any newer version #2134

Closed
opened 2025-11-11 15:00:56 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @itaybar on GitHub (Sep 20, 2024).

I am using openweb ui as docker image on k8s env and usign an OPENID provider (ADFS), it all worked well in v0.3.16, but when I am upgraded to version 0.3.18 or 0.3.22 (didn't try any other versions), the login failed with error invalid_request MSIS9692: Recived invalid OAuth request. the basic Authorization header must have ClientID and ClientSecret UrlEncoded then seperated by ':'.

Off course I didnt changed anything except the Openweb ui version.

I didn't saw anything in the code changed in this areas but maybe I am missing somthing

Originally created by @itaybar on GitHub (Sep 20, 2024). I am using openweb ui as docker image on k8s env and usign an OPENID provider (ADFS), it all worked well in v0.3.16, but when I am upgraded to version 0.3.18 or 0.3.22 (didn't try any other versions), the login failed with error `invalid_request MSIS9692: Recived invalid OAuth request. the basic Authorization header must have ClientID and ClientSecret UrlEncoded then seperated by ':'`. Off course I didnt changed anything except the Openweb ui version. I didn't saw anything in the code changed in this areas but maybe I am missing somthing
Author
Owner

@itaybar commented on GitHub (Sep 20, 2024):

Maybe the changing the authlib version 1.3.1 to 1.3.2
image
which talks about changing something the headers

@itaybar commented on GitHub (Sep 20, 2024): Maybe the changing the authlib version 1.3.1 to 1.3.2 ![image](https://github.com/user-attachments/assets/4d161a51-f7da-4d20-87fb-09a3aae7a436) which talks about changing something the headers
Author
Owner

@Legalcomplex commented on GitHub (Jan 13, 2025):

@itaybar curious: how did you setup ADFS as a OPENID provider and configure OIDC on Open WebUI

@Legalcomplex commented on GitHub (Jan 13, 2025): @itaybar curious: how did you setup ADFS as a OPENID provider and configure OIDC on Open WebUI
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2134