modified: pkg/providers/oidc/provider_verifier.go
This commit is contained in:
parent
a8f82e39cb
commit
152b534250
|
|
@ -83,6 +83,7 @@ func (p ProviderVerifierOptions) toOIDCConfig() *oidc.Config {
|
|||
ClientID: p.ClientID,
|
||||
SkipIssuerCheck: p.SkipIssuerVerification,
|
||||
SkipClientIDCheck: true,
|
||||
InsecureSkipSignatureCheck: true,
|
||||
SupportedSigningAlgs: p.SupportedSigningAlgs,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue