diff --git a/scipost_django/SciPost_v1/settings/base.py b/scipost_django/SciPost_v1/settings/base.py
index dacab58920db267eaf34e385873b493ce5973337..f5e39a726a259999d6270c53fdeb8c983576e258 100644
--- a/scipost_django/SciPost_v1/settings/base.py
+++ b/scipost_django/SciPost_v1/settings/base.py
@@ -159,6 +159,7 @@ OAUTH2_PROVIDER = {
         "write": "Write scope",
         "introspection": "Introspect token scope",
     },
+    "PKCE_REQUIRED": False,
 }
 
 REST_FRAMEWORK = {