Skip to content

Commit 68c1cbf

Browse files
committed
Github issue 4442 (#4442) completion, with follow-on issue to be discussed w/team
1 parent 8ca42a4 commit 68c1cbf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/oidc/authentication/DefaultOidcIdTokenValidatorFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import org.springframework.security.oauth2.client.registration.ClientRegistration;
1919
import org.springframework.security.oauth2.core.DelegatingOAuth2TokenValidator;
2020
import org.springframework.security.oauth2.core.OAuth2TokenValidator;
21-
import org.springframework.security.oauth2.core.oidc.OidcIdToken;
2221
import org.springframework.security.oauth2.jwt.Jwt;
2322
import org.springframework.security.oauth2.jwt.JwtTimestampValidator;
2423

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/oidc/authentication/OidcIdTokenValidator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public OAuth2TokenValidatorResult validate(Jwt idToken) {
124124
// that it is the same value as the one that was sent in the Authentication Request.
125125
// The Client SHOULD check the nonce value for replay attacks.
126126
// The precise method for detecting replay attacks is Client specific.
127-
// Depends on gh-4442
128127
String nonceHash = "";
129128
try {
130129
nonceHash = createHash(nonce);

0 commit comments

Comments
 (0)