Thanks Marvin.

On a similar note, has anybody configured inspektr to log the sent logout requests for each ST in the COM_AUDIT_TRAIL table? Unless I de-serialize the HashMap SERVICES_GRANTED_ACCESS_TO column in the TICKETGRANTINGTICKET table for each row there's no way to join the TGT and associated STs.

My ultimate goal is to view how many people are currently authenticated to a specific application, and how long they were authenticated via the COM_AUDIT_TRAIL table.

Any guidance is appreciated.

Thanks,
Matt


On 10/13/2011 11:58 AM, Marvin Addison wrote:
Is the ST and it's corresponding TGT stored in memory after validation?
The storage of tickets is entirely dependent on the TicketRegistry
implementation you use.  If you're using JpaTicketRegistry, then there
is no in-memory storage of any kind.  (Not counting storage in local
variables after querying the registry, but I don't believe that would
count for any notion of in-memory storage of tickets in this context.)

can't find the STs that are required for logout requests.
That is stored in the SERVICES_GRANTED_ACCESS_TO column as a
serialized HashMap of ST:Ticket.  See
https://github.com/Jasig/cas/blob/master/cas-server-core/src/main/java/org/jasig/cas/ticket/TicketGrantingTicketImpl.java
for more info.

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

Reply via email to