coreos / go-oidc

A Go OpenID Connect client.
Apache License 2.0
1.96k stars 395 forks source link

Update Issuer verification to skip last useless slash #352

Closed Flatch78 closed 2 years ago

Flatch78 commented 2 years ago

Some OIDC solution provider return the Issuer in openid-configuration with useless slash at the end. That fix allows to skip the last slash during Issuer compare.

ericchiang commented 2 years ago

Dup of

https://github.com/coreos/go-oidc/issues/203 https://github.com/coreos/go-oidc/issues/238