We are facing an issue when a token refresh request is sent we get 400 error response. I believe this is occurring cause the refresh token itself has expired..
Request Body:
{"grant_type":"refresh_token", "refresh_token": "****", "client_id":"****”}
Cerner-Correlation-ID: 31ee1c3c-9266-4f48-85bb-3c5670dd35c1
Response :
This issue is persistently coming and for me to get out of this state,
I had clear my local cookies and
start a new session. How do we handle this scenario where there is a refresh token and even that token has expired? How do I know that the refresh token itself has expired?
Thanks
Trinadh..