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
#12504 fixed the SwitchUserFilter by saving the security context explicitly.
Switching users typically implies a user is logged in and has an authenticated session that needs to change across a period of requests. Therefore, it makes sense to use HttpSessionSecurityContextRepository
The text was updated successfully, but these errors were encountered:
marcusdacoregio
changed the title
SwitchUserFilter should use DelegatingSecurityContextRepository by default
SwitchUserFilter should use HttpSessionSecurityContextRepository by default
Mar 7, 2023
#12504 fixed the
SwitchUserFilter
by saving the security context explicitly.Switching users typically implies a user is logged in and has an authenticated session that needs to change across a period of requests. Therefore, it makes sense to use
HttpSessionSecurityContextRepository
The text was updated successfully, but these errors were encountered: