mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove false comment
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user