I encountered an error message that reads: Sorry, but we’re having trouble signing you in. AADSTS70008: The provided authorization code or refresh token has expired due to inactivity. Send a new interactive authorization request for this user and…
Hi, I am trying to set up an API connection with Microsoft Graph in order to automate our employee onboarding process (i.e. create a user in microsoft 365). After registering the app and defining the permissions, I am stuck at the authorization and…
The provided authorization code or refresh token has expired due to inactivity. Send a new interactive authorization request for this user and resource. Remediation Expected - auth codes, refresh tokens, and sessions expire over time or are revoked by the user or an admin...
" Message: AADSTS70008: The provided authorization code or refresh token has expired due to inactivity. Send a new interactive authorization request for this user and resource." There are some explanatory notes around. Specifically this one; My expectation would be if his Azure AD t...
" Message: AADSTS70008: The provided authorization code or refresh token has expired due to inactivity. Send a new interactive authorization request for this user and resource." There are some explanatory notes around. Specifically this one; ...
Just to add to this. The problem was eventually tracked to office activation. Specifically removing this registry key in Office proved to be the winner. HKLM\Software\Microsoft\Office\16\Common\Identity The Microsoft documentation to support this is here; ...