On Mon, Nov 9, 2009 at 4:29 PM, Robert Oschwald <[email protected]>wrote:

> I'm using CAS with RememberMe.
> I need to invalidate a users Tickets (force relogin on next visit) from one
> of my client apps.
> For this, I'm thinking of a REST Service, Servlet or SOAP Endpoint.
>

Is it not sufficient to send a renew=true to force them to log back in?


>
> Any pointers on how to implement it?
> I need to supply the users username, and thinking of a way to remove all
> tickets for this user from the TicketRegistry.
>

We don't actually store based on username.  So you'd have to write something
custom that would map that userid to the ticketid so that you could later
retrieve the ticket ID.


Cheers,
Scott




>
> I'm not talking about currently active users, but of users who are
> potentially not online but got a longterm TGC.
>
> Thanks,
> Robert
>
>
> --
> 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

Reply via email to