You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/oidc/authentication/DefaultOidcIdTokenValidatorFactory.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/oidc/authentication/OidcIdTokenValidator.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,6 @@ public OAuth2TokenValidatorResult validate(Jwt idToken) {
124
124
// that it is the same value as the one that was sent in the Authentication Request.
125
125
// The Client SHOULD check the nonce value for replay attacks.
126
126
// The precise method for detecting replay attacks is Client specific.
0 commit comments