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

Remove the nonce check in handleRedirectCallback #678

Merged
merged 1 commit into from
Dec 17, 2020

Conversation

stevehobbsdev
Copy link
Contributor

In a previous PR, additional checks were made to ensure that state validation
could not be bypassed: #560

A check was inserted to also check the nonce as part of this work, but
ultimately is not needed. For ID token validation, a check on the nonce value
is only necessary if it is present in the ID token, so enforcing this check
here violates that requirement.

Fixes #669

@stevehobbsdev stevehobbsdev requested a review from a team as a code owner December 17, 2020 13:39
@stevehobbsdev stevehobbsdev added CH: Fixed PR is fixing a bug review:tiny Tiny review labels Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CH: Fixed PR is fixing a bug review:tiny Tiny review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use Cypress with in memory token storage after changes in version 1.12.0
2 participants