Merge branch 0.4.x into main

The following commits are merged using the default merge strategy.

8c78a5bdee Document Authorization Request Validation
a9371e918a Document Jwt Client Assertion Validation
fcbb5c1197 Polish OAuth2AuthorizationCodeGrantTests
This commit is contained in:
Joe Grandja
2022-11-16 09:44:31 -05:00
3 changed files with 122 additions and 5 deletions

View File

@@ -943,11 +943,6 @@ public class OAuth2AuthorizationCodeGrantTests {
@EnableWebSecurity
@Configuration(proxyBeanMethods = false)
static class AuthorizationServerConfigurationCustomConsentRequest extends AuthorizationServerConfiguration {
@Autowired
private RegisteredClientRepository registeredClientRepository;
@Autowired
private OAuth2AuthorizationService authorizationService;
@Autowired
private OAuth2AuthorizationConsentService authorizationConsentService;