throw logger.samlHandlerIdentityServerNotFoundError();
String sessionID = httpSession.getId();
String statusIssuer = statusResponseType.getIssuer().getValue();
server.stack().deRegisterTransitParticipant(sessionID, statusIssuer);
String nextParticipant = this.getParticipant(server, sessionID, decodedRelayState);
if (nextParticipant == null || nextParticipant.equals(decodedRelayState)) {
// we are done with logout - First ask STS to cancel the token
AssertionType assertion = (AssertionType) httpSession.getAttribute(GeneralConstants.ASSERTION);