Remove false comment

This commit is contained in:
x
2025-04-28 13:30:06 -04:00
parent b50a022d11
commit c4ae8f2987

View File

@@ -687,7 +687,6 @@ export const oidcConfigServiceFactory = ({
// Check if the OIDC provider supports PKCE
const codeChallengeMethods = client.issuer.metadata.code_challenge_methods_supported;
// If codeChallengeMethods is undefined or includes "S256", then the provider supports PKCE
const supportsPKCE = Array.isArray(codeChallengeMethods) && codeChallengeMethods.includes("S256");
const strategy = new OpenIdStrategy(