Zoran,
Can you clarify what it is that you are trying to accomplish with your test?
You can hit cas/logout, this will invalidate the TGT. You can let the CAS session expire (set your timeouts to a few minutes - I think 2 is the minimum). Then visit an application that requires login.
If you shorten CAS session expiry, your application may remain logged in. If you only have one test application, save the URL when you go to the CAS log in page and hit it in a new tab.
With logout, a logout request is sent to applications that logged in under a TGT; with expiry, no logout is sent.
Ray
On Wed, 2019-08-14 at 10:34 -0700, ZP wrote:
Thanks for the response Ray.
No, I've tried to use the ST again. So it should be used only once as you say. So how can you test the whole flow when
Ticket Registry is setup? I can't find any useful informations on that ?