JWT refresh token

82 views
Skip to first unread message

MC

unread,
Nov 12, 2024, 7:28:49 AM11/12/24
to CAS Community
Hi everyone,

 I'm currently using CAS version 7.0.4 and for project needs I would need to have the refresh token in JWT as response (for the Access Token JWT is possibile). Currently the answer I have is a NON JWT refresh token, for example:

{
"access_token": [Jwt token],
"refresh_token": "RT-1-IXLrVT-jEeGT16f0tG-XE26fOmlOQBb5",
"token_type": "Bearer",
"expires_in": 60,
"scope": ""
}

Is it possible to have a refresh token in JWT as a response?
 Will it be possible in the future?
In the meantime how could I do it, any ideas??


Thank you very much
Reply all
Reply to author
Forward
0 new messages