Merge pull request #17012 from thomascooper/fork/feature/20250828-auth-oidc-support-pkce

fix: PKCE requires no secret, with no secret the login button does not eve…
This commit is contained in:
Tim Jaeryang Baek 2025-08-31 14:29:05 +04:00 committed by GitHub
commit 7df1a059d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -660,7 +660,7 @@ def load_oauth_providers():
if (
OAUTH_CLIENT_ID.value
and OAUTH_CLIENT_SECRET.value
and (OAUTH_CLIENT_SECRET.value or OAUTH_CODE_CHALLENGE_METHOD.value)
and OPENID_PROVIDER_URL.value
):