We have CAS v6.5.0 deployed to do delegated authentication to a generic OIDC provider.
The configuration also includes the logout URL to the OIDC provider, so that the user is logged out of the OIDC provider on logging out of the application and CAS.
On successful authentication, the PAC4j user profile is saved along with the TST ticket in the ticket registry. So, when the user logs out, the user profile tied to the TST ticket is retrieved and the OIDC logout occurs.
However, if the TST expires before the user logs out, there is no user profile found for the session, and so OIDC logout never happens in that case.
What is the ideal/recommended timeout value for a transient session ticket in a CAS server that is configured to do delegated authentication?
Are there any other configurations to store/retrieve the OIDC user profile besides in TST?
Appreciate any suggestions on handling this use case.
Thanks.