Skip to content

Commit 498ff8c

Browse files
committed
refac
1 parent e10a001 commit 498ff8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/open_webui/utils/oauth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ def add_client(self, client_id, oauth_client_info: OAuthClientInformationFull):
525525
'client_id': oauth_client_info.client_id,
526526
'client_secret': oauth_client_info.client_secret,
527527
'client_kwargs': {
528+
'follow_redirects': True,
528529
**({'scope': oauth_client_info.scope} if oauth_client_info.scope else {}),
529530
**(
530531
{'token_endpoint_auth_method': oauth_client_info.token_endpoint_auth_method}

0 commit comments

Comments
 (0)