Re: [cas-user] Ticket Granting Ticket ID Null in Logout Flow

2016-04-13 Thread robert . pepersack
I also debugged TerminateSessionAction and the ticket granting ticket it retrieves is also null. On Tuesday, April 12, 2016 at 8:06:06 AM UTC-4, Robert wrote: > > Hi, > > I'm trying to get the CAS Principal (the authenticated user) from the TGT > in the logout web flow. So, I tried to get the

Re: [cas-user] Ticket Granting Ticket ID Null in Logout Flow

2016-04-13 Thread robert . pepersack
I tried moving my code from the web flow listener to my own action, which I made the first action to execute before terminateSessionAction, I got the same result as with the listener: the ticket granting ticket ID is null in my Eclipse debugger. Here is what my action does: public Event