1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Polish gh-12438

This commit is contained in:
Joe Grandja
2022-12-22 10:28:49 -05:00
parent 919280b3e4
commit e139f1c2ba
3 changed files with 29 additions and 28 deletions
@@ -39,6 +39,7 @@ public class OAuth2ClientSecurityConfig {
.clientRegistrationRepository(this.clientRegistrationRepository())
.authorizedClientRepository(this.authorizedClientRepository())
.authorizationRequestRepository(this.authorizationRequestRepository())
.authorizationRequestResolver(this.authorizationRequestResolver())
.authenticationConverter(this.authenticationConverter())
.authenticationManager(this.authenticationManager())
);
@@ -62,6 +63,7 @@ class OAuth2ClientSecurityConfig {
clientRegistrationRepository = clientRegistrationRepository()
authorizedClientRepository = authorizedClientRepository()
authorizationRequestRepository = authorizedRequestRepository()
authorizationRequestResolver = authorizationRequestResolver()
authenticationConverter = authenticationConverter()
authenticationManager = authenticationManager()
}