spring-security/config
Rob Winch 89f8310d6c Add Explicit SessionAuthenticationStrategy Option
SessionAuthenticationFilter requires accessing the HttpSession to do its
job. Previously, there was no way to just disable the
SessionAuthenticationFilter despite the fact that
SessionAuthenticationStrategy is invoked by the authentication filters
directly.

This commit adds an option to disable SessionManagmentFilter in favor of
requiring explicit SessionAuthenticationStrategy invocation already
performed by the authentication filters.

Closes gh-11455
2022-08-18 17:00:47 -05:00
..
src Add Explicit SessionAuthenticationStrategy Option 2022-08-18 17:00:47 -05:00
spring-security-config.gradle Fix saml2Tests always running after a single test 2022-06-03 11:22:46 -03:00