Hi,
I am using CAS 5.2.4. I have a custom logout handler registered and working properly. It logs the user out from our database. This works perfectly fine when I hit /logout endpoint.
But when the TGC expires the user logs out of the CAS but is still logged in to the database. I would expect DefaultRegistryCleaner will call the custom LogoutHandler as well.
How do I make DefaultRegistryCleaner to call Custom logout handler? Is there another way to do this?
Thanks,