Hello,
I am able to get access token through /token endpoint, but I do not see a way to get both refresh token and access token.
This is the response of CAS5 /token endpoint. I do not see refresh token there. How do I get refresh token, either separately or get it returned along with access token?
Thx!
{
"access_token": "AT-2-FDmhbwmUhuJWRHWtJxZFPd9u61hB3CGi",
"token_type": "bearer",
"expires_in": 28800,
"id_token": "........"
}