However, the Refresh Token is expired at around 1.5 to 2 hrs and is removed from CAS ticker registry(Redis in my case) and my client application is not able to pull Access Token/ID_Token using this refresh token.
Prakash Thapa
unread,
Aug 21, 2025, 9:53:42 AMAug 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community, Prakash Thapa
I checked the Redis from cli and the TTL was set as per the config as shared above. But the Refresh Token was considered invalid before that time because the TGT through which this Refresh Token generation was initiated was already invalidated due to idle timeout.