Skip to content

Commit

Permalink
Merge pull request #2 from alauda/mysekai7-patch-1
Browse files Browse the repository at this point in the history
Update oidc.go
  • Loading branch information
mysekai7 authored Nov 17, 2024
2 parents 7e1ee30 + b80d54b commit 18444f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func NewProvider(ctx context.Context, issuer string) (*Provider, error) {
issuerURL = issuer
}
if p.Issuer != issuerURL && !skipIssuerValidation {
return nil, fmt.Errorf("oidc: issuer did not match the issuer returned by provider, expected %q got %q", issuer, p.Issuer)
//return nil, fmt.Errorf("oidc: issuer did not match the issuer returned by provider, expected %q got %q", issuer, p.Issuer)
}
var algs []string
for _, a := range p.Algorithms {
Expand Down

0 comments on commit 18444f9

Please sign in to comment.