- Once user is redirected to Azure AD, I see TST ticket created in the registry. But the user is taking too long to enter credentials. By the time they are redirected back to CAS the TST has already expired and purged from ticket registry.
- An issue with default cas.ticket.tst.time-to-kill-in-seconds=5 being too short. I have increased this to 120sec hoping that is enough time to provide credentials on Azure AD side. Along with this, I also have my registry cleaner set to every 60 seconds. It seems to be helping but still getting this error occasionally.
Issue #2, I'm not sure what is causing this one. Logging in and out, and logging in again somehow the same TST gets generated for the user and he TST from first login is still in the db. Perhaps the 120sec time to kill is too long but then I'm back at issue #1. I would think a new TST would be created at this point.
What is the logic of TST? I think this would be solved if TST creation is more unique with perhaps including timestamp.
Any suggestions?
-psv