> My question is if there is a way to get from CAS Server ALL the users > authenticated in a moment...
No, but you could expose it as a customization. You would query the ticket registry for all ticket-granting tickets, and iterate over them to find the valid ones and extract the principal. Before you proceed, you should consider the security implications; an exposure could potentially facilitate, among other things, targeted attacks on authenticated users. 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
