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
Maybe the changing the authlib version 1.3.1 to 1.3.2
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

which talks about changing something the headers
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 @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
@itaybar commented on GitHub (Sep 20, 2024):
Maybe the changing the authlib version 1.3.1 to 1.3.2

which talks about changing something the headers
@Legalcomplex commented on GitHub (Jan 13, 2025):
@itaybar curious: how did you setup ADFS as a OPENID provider and configure OIDC on Open WebUI