'The refresh token has expired' error message is displayed

In certain cases, the "(...) refresh token has expired due to inactivity. The token was issued on (...) and was inactive for 90.00.00.00." error message is displayed:

The reason of this message being displayed is the same - the token has been inactive for 90 days. Tokens replace themselves with a fresh token upon every use, so in case of inactivity, no fresh tokens are obtained. Find more information on the refresh token functionality in the Microsoft's documentation on Microsoft identity platform refresh tokens.

To solve the issue with the expired token:

 

Was this article helpful?
1 out of 10 found this helpful

Comments

Article is closed for comments.