Refresh token becames Invalid

Hello! I have some technical issue. Please help me resolve my problem.
I got refresh token via API. But in some period it becames invalid (less then 24 hours).
But when I got it "expiries_refresh" was 1209600.
Can you tell me all possible reasons for this?
Maybe it's some individual settings have CRM. Because I use custom value for 'platform' field.
And now I have no idea what the problem. Please help me.

Regards, Vladimir

Parents Reply
  • Vladimir, did you get an answer to this?
    My experience is that :
    -you login to get a set of tokens
    -the access token expires after an hour
    -you use the refresh_token to get a new access_token, and it sends back a new refresh_token as well
    -as of this point the original refresh_token is invalid

    This means that if I have several microservices deployed (or even the same one scaled to 4 instances) the first one of them to refresh the token can continue, and the others fail thereafter.

    This question has been asked here a number of times and never answered to the best of my knowledge
    wcn

Children