How to propagate Spring Security Context into WebClient
I am using Spring MVC to create a service and Spring WebFlux to use WebClient. How can I propagate SecurityContext inside WebClient to access the login user that was set with SecurityContextHolder?