We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10a001 commit 498ff8cCopy full SHA for 498ff8c
1 file changed
backend/open_webui/utils/oauth.py
@@ -525,6 +525,7 @@ def add_client(self, client_id, oauth_client_info: OAuthClientInformationFull):
525
'client_id': oauth_client_info.client_id,
526
'client_secret': oauth_client_info.client_secret,
527
'client_kwargs': {
528
+ 'follow_redirects': True,
529
**({'scope': oauth_client_info.scope} if oauth_client_info.scope else {}),
530
**(
531
{'token_endpoint_auth_method': oauth_client_info.token_endpoint_auth_method}
0 commit comments