Set PKCE_REQUIRED to False for now.
This commit is contained in:
parent
860d8ed5b2
commit
cd467adb06
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ OAUTH2_PROVIDER = {
|
|||
"openid": "OpenID Connect scope",
|
||||
"profile": "Profile Information",
|
||||
},
|
||||
"PKCE_REQUIRED": False, # Disabling for now -vidir 2025-02-01
|
||||
}
|
||||
|
||||
# Logging
|
||||
|
|
Loading…
Add table
Reference in a new issue