CAS5.3.x, How to get refresh token in authorization code flow?

16 views
Skip to first unread message

Yan Zhou

unread,
Apr 2, 2019, 10:44:36 AM4/2/19
to CAS Community
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": "........"
}
Reply all
Reply to author
Forward
0 new messages