@ -242,7 +242,7 @@ This means that it will only terminate sessions whose Client matches the `aud` c
@@ -242,7 +242,7 @@ This means that it will only terminate sessions whose Client matches the `aud` c
One notable part of this architecture's implementation is that it propagates the incoming back-channel request internally for each corresponding session.
Initially, this may seem unnecessary.
However, recall that the Servlet API does not give direct access to the `HttpSession` store.
By making an internal logout call, the corresponding session can now be validated.
By making an internal logout call, the corresponding session can now be invalidated.
Additionally, forging a logout call internally allows for each set of ``LogoutHandler``s to be run against that session and corresponding `SecurityContext`.