AndreasKasparek

Results 1 issues of AndreasKasparek

**Describe the bug** `OAuth2AuthorizationEndpointFilter` is added to the security filter chain by the `OAuth2AuthorizationEndpointConfigurer` before the `AbstractPreAuthenticatedProcessingFilter`. The endpoint filter contains a simple authentication check: ``` if (!authenticationResult.isAuthenticated()) { //...

type: enhancement