You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserDetailsServiceAutoConfiguration is a servlet-specific class. ReactiveUserDetailsServiceAutoConfiguration is the reactive equivalent but it isn't always available in a non-web application as it's conditional on a reactive web application or a RSocketMessageHandler bean.
The text was updated successfully, but these errors were encountered:
I want to work on this issue and update the documentation to correctly reference ReactiveUserDetailsServiceAutoConfiguration instead of UserDetailsServiceAutoConfiguration for WebFlux security.
I will make sure that the explanation properly clarifies when ReactiveUserDetailsServiceAutoConfiguration is available (i.e., in reactive web applications or when an RSocketMessageHandler bean is present).
Please assign this issue to me. I will submit a pull request with the necessary corrections.
https://docs.spring.io/spring-boot/3.3/reference/web/spring-security.html#web.security.spring-webflux
UserDetailsServiceAutoConfiguration
is a servlet-specific class.ReactiveUserDetailsServiceAutoConfiguration
is the reactive equivalent but it isn't always available in a non-web application as it's conditional on a reactive web application or aRSocketMessageHandler
bean.The text was updated successfully, but these errors were encountered: