diff --git a/internal/oidc/oidc.go b/internal/oidc/oidc.go index fe50985c4..7c550751a 100644 --- a/internal/oidc/oidc.go +++ b/internal/oidc/oidc.go @@ -122,7 +122,6 @@ func FositeOauth2Helper( // Note that Fosite requires the HMAC secret to be at least 32 bytes. CoreStrategy: compose.NewOAuth2HMACStrategy(oauthConfig, hmacSecretOfLengthAtLeast32, nil), OpenIDConnectTokenStrategy: newDynamicOpenIDConnectECDSAStrategy(oauthConfig, jwksProvider), - // OpenIDConnectTokenStrategy: compose.NewOpenIDConnectECDSAStrategy(oauthConfig, jwtSigningKey), }, nil, // hasher, defaults to using BCrypt when nil. Used for hashing client secrets. compose.OAuth2AuthorizeExplicitFactory,