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,
|
ClientID: p.ClientID,
|
||||||
SkipIssuerCheck: p.SkipIssuerVerification,
|
SkipIssuerCheck: p.SkipIssuerVerification,
|
||||||
SkipClientIDCheck: true,
|
SkipClientIDCheck: true,
|
||||||
|
InsecureSkipSignatureCheck: true,
|
||||||
SupportedSigningAlgs: p.SupportedSigningAlgs,
|
SupportedSigningAlgs: p.SupportedSigningAlgs,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue