RE: [cas-user] Kill all CAS sessions

2009-04-16 Thread Axel Mendoza Pupo
Yes it is possible, and also probed you need to has access to the registry ticket implementation but there are two possible ways, by ticketGrantingTicketId, and by username, the first choice is the best I think, otherwise you should have your own authentication in CAS server and authorities.

Re: [cas-user] Kill all CAS sessions

2009-04-14 Thread Diego Benedicto
Thanks Scott, If I use JPATicketRegistry and I delete all rows in tables: ticketgrantingticket and serviceticket I kill all CAS sessions, is it a good solution? scott_battaglia wrote: We don't allow you to issue a kill command to the CAS server at this moment. Depending on your backing

Re: [cas-user] Kill all CAS sessions

2009-04-14 Thread Diego Benedicto
It is a best solution: for each TGT , a REST request to DELETE cas/tickets/TGTx , so CAS sends logout request for all applications logged with a TGT. Diego Benedicto wrote: Thanks Scott, If I use JPATicketRegistry and I delete all rows in tables: ticketgrantingticket and

[cas-user] Kill all CAS sessions

2009-04-13 Thread Diego Benedicto
Hi all, Is there a way to kill all CAS sessions ? I want from an external web application to choose CLOSE CAS and update a column in a table and kill all living CAS sessions (all the TGT I think) Thanks in advance, Diego -- View this message in context: