This is a step in the direction of reporting on live sessions. One could imagine enhancing this modestly to provide a UI that exercises a REST call to zap unwanted single sign-on sessions.
It just occurs to me that strictly speaking we already have support for the latter. The RESTful API exposes the following method:
public void destroyTicketGrantingTicket(final String ticketGrantingTicketId) {...}
This is probably the way to go for tooling as it provides a stable interface to deleting tickets in a backend-agnostic fashion.
I agree that a Web UI might be valuable. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
