Consider a ReactiveMaximumSessionExceededHandler
that performs POST /logout
#14510
Labels
ReactiveMaximumSessionExceededHandler
that performs POST /logout
#14510
Similar to
OidcBackChannelServerLogoutHandler
. Such implementation would forge aPOST /logout
with the session id and needed attributes, like the CSRF token. It would have the advantage of invoking the cleanup needed during a regular logout, instead of just removing the session from theWebSessionStore
like theInvalidateLeastUsedReactiveMaximumSessionsExceededHandler
does.The text was updated successfully, but these errors were encountered: