Expected Behavior
I would like to use Spring WebFlux with SAML
Current Behavior
I cannot use Spring WebFlux with SAML as it seems to be only supported in the traditional Spring Web, but not in Webflux. See also: ServerHttpSecurity in Webflux (no SAML mentioned), HttpSecurity in Spring Web
Context I try to use Spring WebFlux with Saml, but was not successful as it does not seem to be supported in Webflux
Comment From: jornfranke
duplicate of: https://github.com/spring-projects/spring-security/issues/7954