> I want to know which users are currently connected to CAS. > Is there any way to know?
Query the ticket registry for TGTs, determine the ones that are not expired, and get the associated principal name, TicketGrantingTicket#getAuthentication()#getPrincipal()#getId(). This is functionality you would need to develop, but I can imagine it would be very helpful to have this information available on the CAS status dashboard. Anyone else have interest in this? 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
