Re: [cas-user] How to test Redis Ticket Registry?

2019-08-14 Thread Ray Bon
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

Re: [cas-user] How to test Redis Ticket Registry?

2019-08-14 Thread ZP
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 ? On Wednesday, August 14, 2019 at 6:24:00 PM UTC+2, rbon wrote: > > Zoran,

Re: [cas-user] How to test Redis Ticket Registry?

2019-08-14 Thread Ray Bon
Zoran, Is failed validation on the first use of the ST? ST can be used only once. As such, they are not stored very long. Ray On Wed, 2019-08-14 at 07:52 -0700, ZP wrote: Hello, To test the whole flow I am using CAS WAR Overlay and CASified Spring Boot application. After a successful login,