mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Oauth error after upgrading from 0.3.16 to any newer version #2134
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 @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