@ -188,14 +191,14 @@ public final class OAuth2LoginConfigurer<B extends HttpSecurityBuilder<B>> exten
@@ -188,14 +191,14 @@ public final class OAuth2LoginConfigurer<B extends HttpSecurityBuilder<B>> exten
Assert.notNull(userService,"userService cannot be null");
this.userService=userService;
returnthis;
@ -229,13 +232,13 @@ public final class OAuth2LoginConfigurer<B extends HttpSecurityBuilder<B>> exten
@@ -229,13 +232,13 @@ public final class OAuth2LoginConfigurer<B extends HttpSecurityBuilder<B>> exten
@ -254,11 +257,7 @@ public final class OAuth2LoginConfigurer<B extends HttpSecurityBuilder<B>> exten
@@ -254,11 +257,7 @@ public final class OAuth2LoginConfigurer<B extends HttpSecurityBuilder<B>> exten
Assert.notNull(principal,"principal cannot be null");
Assert.notNull(authorizedClient,"authorizedClient cannot be null");
@ -53,7 +57,7 @@ public class OAuth2AuthenticationToken extends AbstractAuthenticationToken {
@@ -53,7 +57,7 @@ public class OAuth2AuthenticationToken extends AbstractAuthenticationToken {
}
@Override
publicObjectgetPrincipal(){
publicUgetPrincipal(){
returnthis.principal;
}
@ -63,7 +67,7 @@ public class OAuth2AuthenticationToken extends AbstractAuthenticationToken {
@@ -63,7 +67,7 @@ public class OAuth2AuthenticationToken extends AbstractAuthenticationToken {
@ -60,12 +60,12 @@ public class OAuth2LoginAuthenticationProvider implements AuthenticationProvider
@@ -60,12 +60,12 @@ public class OAuth2LoginAuthenticationProvider implements AuthenticationProvider
Assert.notNull(authorizationCodeTokenExchanger,"authorizationCodeTokenExchanger cannot be null");
Assert.notNull(userService,"userService cannot be null");
@ -115,20 +115,20 @@ public class OAuth2LoginAuthenticationProvider implements AuthenticationProvider
@@ -115,20 +115,20 @@ public class OAuth2LoginAuthenticationProvider implements AuthenticationProvider
@ -77,13 +76,13 @@ public class OidcAuthorizationCodeAuthenticationProvider implements Authenticati
@@ -77,13 +76,13 @@ public class OidcAuthorizationCodeAuthenticationProvider implements Authenticati
Assert.notNull(authorizationCodeTokenExchanger,"authorizationCodeTokenExchanger cannot be null");
@ -153,21 +152,21 @@ public class OidcAuthorizationCodeAuthenticationProvider implements Authenticati
@@ -153,21 +152,21 @@ public class OidcAuthorizationCodeAuthenticationProvider implements Authenticati
@ -74,17 +72,17 @@ public class OidcUserService implements OAuth2UserService {
@@ -74,17 +72,17 @@ public class OidcUserService implements OAuth2UserService {
// The sub Claim in the UserInfo Response MUST be verified to exactly match
// the sub Claim in the ID Token; if they do not match,
@ -92,9 +90,9 @@ public class OidcUserService implements OAuth2UserService {
@@ -92,9 +90,9 @@ public class OidcUserService implements OAuth2UserService {
@ -107,10 +105,10 @@ public class OidcUserService implements OAuth2UserService {
@@ -107,10 +105,10 @@ public class OidcUserService implements OAuth2UserService {
// the resulting Claims are returned in the ID Token.
// The Authorization Code Grant Flow, which is response_type=code, results in an Access Token being issued.
@ -50,7 +51,7 @@ public class CustomUserTypesOAuth2UserService implements OAuth2UserService {
@@ -50,7 +51,7 @@ public class CustomUserTypesOAuth2UserService implements OAuth2UserService {
@ -51,7 +51,7 @@ public class NimbusUserInfoRetriever implements UserInfoRetriever {
@@ -51,7 +51,7 @@ public class NimbusUserInfoRetriever implements UserInfoRetriever {
@ -134,8 +136,8 @@ public class OAuth2LoginAuthenticationFilter extends AbstractAuthenticationProce
@@ -134,8 +136,8 @@ public class OAuth2LoginAuthenticationFilter extends AbstractAuthenticationProce