spring-security/docs/modules/ROOT
Rob Winch 81d6b6df6c 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:38:03 -05:00
..
assets/images Fix docs SecurityContextHolder Diagram 2022-03-12 13:44:12 -06:00
pages Add Explicit SessionAuthenticationStrategy Option 2022-08-18 17:38:03 -05:00
nav.adoc Document Authorization Events 2022-03-29 16:37:22 -06:00