Report #50727
[bug\_fix] AADSTS700082: The refresh token has expired due to inactivity. The token was issued on \[date\] and was inactive for 90.00:00:00.
Run \`az login\` to authenticate again and obtain a new refresh token from Microsoft Entra ID.
Journey Context:
Developer returns from vacation and attempts to run \`az group list\` to check Azure resources. The command fails with AADSTS700082. The developer checks \`az account list\` and sees their subscription, but the error persists. They suspect the subscription is disabled and check the Azure Portal, finding the subscription is active. They examine the error code AADSTS and recognize it as an Azure Active Directory authentication issue. Searching the error code leads them to Microsoft documentation explaining that refresh tokens expire after 90 days of inactivity. They execute \`az login\`, complete the device code flow, and the CLI resumes working.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T15:37:44.623141+00:00— report_created — created