Error AtlasError Documentation and Resolution

Microsoft Entra refresh token expired or was revoked

AADSTS70008: ExpiredOrRevokedGrant

Microsoft Entra rejected the token refresh because the refresh token is expired, revoked, or otherwise no longer valid for reuse.

AADSTS70008authentication
AADSTS70008: ExpiredOrRevokedGrant
  • The refresh token is expired.
  • The refresh token was revoked after a security or account event.
  • The app attempted to reuse a token that is no longer valid.
  1. Prompt the user through a fresh sign-in flow.
  2. Replace invalid cached tokens with newly issued ones after sign-in.
  3. Review token lifecycle handling if the app is repeatedly attempting expired refreshes.
Microsoft Learn: Microsoft Entra authentication and authorization error codes
AADSTS70008 ExpiredOrRevokedGrant: causes and fixes | Error Atlas