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: config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/server/authorization/OAuth2DeviceVerificationEndpointConfigurer.java
Copy file name to clipboardExpand all lines: config/src/test/java/org/springframework/security/config/annotation/web/configurers/oauth2/server/authorization/OAuth2DeviceCodeGrantTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -359,7 +359,7 @@ public void requestWhenDeviceVerificationRequestValidThenDisplaysConsentPage() t
Copy file name to clipboardExpand all lines: oauth2/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/authentication/OAuth2DeviceVerificationAuthenticationProvider.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -132,9 +132,7 @@ public Authentication authenticate(Authentication authentication) throws Authent
132
132
if (this.logger.isTraceEnabled()) {
133
133
this.logger.trace("Did not authenticate device verification request since principal not authenticated");
134
134
}
135
-
// Return the device verification request as-is where isAuthenticated() is
Copy file name to clipboardExpand all lines: oauth2/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/web/OAuth2DeviceVerificationEndpointFilter.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-authorization-server/src/test/java/org/springframework/security/oauth2/server/authorization/authentication/OAuth2DeviceVerificationAuthenticationProviderTests.java
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ public void authenticateWhenUserCodeIsExpiredAndNotInvalidatedThenThrowOAuth2Aut
Copy file name to clipboardExpand all lines: oauth2/oauth2-authorization-server/src/test/java/org/springframework/security/oauth2/server/authorization/web/OAuth2DeviceVerificationEndpointFilterTests.java
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -166,21 +166,6 @@ public void doFilterWhenNotDeviceVerificationRequestThenNotProcessed() throws Ex
0 commit comments