Add auto-configuration for WebFlux based applications in the same manner, that servlet based applications are instrumented. Specifically add auto-configuration for OAuth2 authentication on all WebFlux ServerHttpSecurity instances and the method argument resolution of CoffeeNetProfile for those applications.
Add auto-configuration for WebFlux based applications in the same manner, that servlet based applications are instrumented. Specifically add auto-configuration for OAuth2 authentication on all WebFlux
ServerHttpSecurity
instances and the method argument resolution ofCoffeeNetProfile
for those applications.