Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: add a SkipIssuerCheck option to the validation config #202

Merged
merged 1 commit into from
Jun 26, 2019

Conversation

ericchiang
Copy link
Collaborator

For special cases, it's sometimes fine to ignore the issuer check on an
ID token, similar to SkipClientIDCheck. Include appropriate warnings.

I don't expect to add a similar option for NewProvider. Every time that's
been asked for, it's indicated a client misconfiguration.

Closes #196
Closes #195

cc @bshi

For special cases, it's sometimes fine to ignore the issuer check on an
ID token, similar to SkipClientIDCheck. Include appropriate warnings.

I don't expect to add a similar option for NewProvider. Every time that's
been asked for, it's indicated a client misconfiguration.
@bshi
Copy link

bshi commented Jun 26, 2019

LGTM

Much appreciated!

@ericchiang ericchiang merged commit 274971e into coreos:v2 Jun 26, 2019
@ericchiang ericchiang deleted the issuer-check branch June 26, 2019 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants