Error AtlasError Documentation and Resolution

Microsoft Entra refresh token is not valid

AADSTS70000: InvalidGrant - The refresh token isn't valid.

Microsoft Entra ID rejected the token refresh request because the refresh token is no longer valid for the client or user context.

AADSTS70000authentication
AADSTS70000: InvalidGrant - The refresh token isn't valid.
  • The refresh token has been revoked, invalidated, or is otherwise unusable.
  • The token is being used in the wrong client or tenant context.
  • A sign-in state change or security event invalidated the token.
  1. Prompt the user to sign in again and obtain a new token set.
  2. Check that the refresh token is being used by the correct application and tenant.
  3. Review account and session events that may have invalidated the token.
Microsoft Entra authentication and authorization error codes
AADSTS70000 invalid grant refresh token isn't valid in Microsoft Entra | Error Atlas