Skip to content

Commit e0eb7a0

Browse files
authored
set pkce to false in oauth2 provider (#3111)
1 parent 2ee635c commit e0eb7a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@
11741174
default=["http", "https"],
11751175
description="List of schemes allowed for oauth2 redirect URIs",
11761176
),
1177+
"PKCE_REQUIRED": False,
11771178
}
11781179

11791180
SCIM_SERVICE_PROVIDER["USER_ADAPTER"] = "users.adapters.LearnUserAdapter" # noqa: F405

0 commit comments

Comments
 (0)