Skip to content

Commit

Permalink
Github issue 4442 (#4442) completion, with follow-on issue to be disc…
Browse files Browse the repository at this point in the history
…ussed w/team
  • Loading branch information
mkheck committed Sep 7, 2019
1 parent 8ca42a4 commit 68c1cbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.springframework.security.oauth2.client.registration.ClientRegistration;
import org.springframework.security.oauth2.core.DelegatingOAuth2TokenValidator;
import org.springframework.security.oauth2.core.OAuth2TokenValidator;
import org.springframework.security.oauth2.core.oidc.OidcIdToken;
import org.springframework.security.oauth2.jwt.Jwt;
import org.springframework.security.oauth2.jwt.JwtTimestampValidator;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public OAuth2TokenValidatorResult validate(Jwt idToken) {
// that it is the same value as the one that was sent in the Authentication Request.
// The Client SHOULD check the nonce value for replay attacks.
// The precise method for detecting replay attacks is Client specific.
// Depends on gh-4442
String nonceHash = "";
try {
nonceHash = createHash(nonce);
Expand Down

0 comments on commit 68c1cbf

Please sign in to comment.