Set PKCE_REQUIRED to False for now.

This commit is contained in:
Víðir Valberg Guðmundsson 2025-02-01 21:40:12 +01:00
parent 860d8ed5b2
commit cd467adb06

View file

@ -173,6 +173,7 @@ OAUTH2_PROVIDER = {
"openid": "OpenID Connect scope", "openid": "OpenID Connect scope",
"profile": "Profile Information", "profile": "Profile Information",
}, },
"PKCE_REQUIRED": False, # Disabling for now -vidir 2025-02-01
} }
# Logging # Logging