How to configure a Spring Boot WebTestClient in a Servlet application to work with OAuth 2.0 Login
I have a bunch of integration tests that use WebTestClient in a Servlet Spring Boot application.
Spring Security OAuth2 check_token endpoint. (Reactive spring boot)
How to find if a token is valid in reactive spring application. I see in non reactive application we can configure oauth/check_token . Can we do the same in reactive application and how?