Another solution is to store the user in the table ticketgrantingticket,
using JpaTicketRegistry.
How can I modify JpaTicketRegistry to achieve it ?


Diego Benedicto wrote:
> 
> A solution is to use the JPATicketRegistry and in an extra table
> (users_logued) to store: user | TGT | date login | date logout
> 
> users_logued is updated in login, logout and ticket cleaner. 
> 
> So if we want to logout an user from an external web application  we can
> select all the TGT of an user where logout is null and with all these TGTs
> to make request REST : DELETE cas/tickets/TGTxxxxxxx
> 
> 
> Pieslak, Brian wrote:
>> 
>> This is also a feature I am looking for on my product's roadmap, so
>> whatever solution is identified, could someone please socialize the
>> design/implementation on the CAS wiki?
>> 
>> Thanks,
>> -Brian
>> 
>> ________________________________________
>> From: Diego Benedicto [[email protected]]
>> Sent: Monday, April 13, 2009 11:44 AM
>> To: [email protected]
>> Subject: [cas-user] Logout from CAS an user
>> 
>> Hi all,
>> 
>> I need to logout from CAS a user from an external web application...
>> 
>> For example: logged as an admin in a web application that selects to
>> block a
>> user ( a column in a table) and in this moment the web application send a
>> request to CAS that logout this user (I would secure the request with a
>> Proxy Ticket)
>> 
>> Thanks in advance,
>> Diego
>> --
>> View this message in context:
>> http://www.nabble.com/Logout-from-CAS-an-user-tp23024111p23024111.html
>> Sent from the CAS Users mailing list archive at Nabble.com.
>> 
>> 
>> --
>> 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
>> -- 
>> 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
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Logout-from-CAS-an-user-tp23024111p23048617.html
Sent from the CAS Users mailing list archive at Nabble.com.


-- 
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

Reply via email to