Microsoft Office 365 Error. AADSTS700082: The Refresh Token Has Expired Due To Inactivity

How to refresh the token, when using Office365 activity an error is thrown: "AADSTS700082 The refresh token has expired due to inactivity" ?

When using Office365 activity an error is thrown: AADSTS700082 The refresh token has expired due to inactivity is because the “Access” and “Refresh” token for Office365 has expired.

  • In order to refresh such token, depending on the flow being used, it can manually be deleted from the machine and do the authentication once more.
Instructions: How To Manage The Authentication Tokens Generated By Microsoft Office 365 Activities
  • It is also recommended to upgrade to the UiPath.MicrosoftOffice365.Activites v1.6.0 or higher, as the "Access token has expired" error has also been fixed. Read more in the Release notes.

1 Like

A post was split to a new topic: Interactive Authentication - cannot find find %localappdata%\DataStore.Office365

It works on my side. Thanks