|
@@ -940,11 +940,6 @@ public class OAuth2AuthorizationCodeGrantTests {
|
|
|
|
|
|
@EnableWebSecurity
|
|
@EnableWebSecurity
|
|
static class AuthorizationServerConfigurationCustomConsentRequest extends AuthorizationServerConfiguration {
|
|
static class AuthorizationServerConfigurationCustomConsentRequest extends AuthorizationServerConfiguration {
|
|
- @Autowired
|
|
|
|
- private RegisteredClientRepository registeredClientRepository;
|
|
|
|
-
|
|
|
|
- @Autowired
|
|
|
|
- private OAuth2AuthorizationService authorizationService;
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private OAuth2AuthorizationConsentService authorizationConsentService;
|
|
private OAuth2AuthorizationConsentService authorizationConsentService;
|