Spring security logout not working when exceptionHandling.authenticationEntryPoint configured
I have configured a Spring Gateway service with Spring security enabled and oauth2 configured. I can perform the login and logout without any issue, even a custom LogoutSuccessHandler, until I configure exceptionHandling.authenticationEntryPoint
.