An API that connects multiple Microsoft services, enabling data access and automation across platforms
I'm dealing with the same problem
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an app (Sapes Calendar) published on the company tenant and configured for multi-tenant access.
This app allows our customers to authorize one of our desktop applications to access their calendars via SSO authentication.
Our application accesses customer calendars via Graph API using the RefreshToken generated by SSO authentication (OAuth2 Auth Code Flow).
Before accessing the Graph API, the AccessToken is requested via the RefreshToken.
Now, using the Graph API results in the following error:
AADSTS700082: The refresh token has expired due to inactivity.
The token was issued on 2025-10-29T11:35:21.8952508Z and was inactive for 90:00:00:00.
Trace ID: 67ece8bc-b6d9-4071-a669-c6ca0d721200
Correlation ID: 53f69166-d4f8-4ada-b857-62742d6424fe
Timestamp: 2026-01-28 08:07:33Z
Customers encountering this error are forced to re-authenticate via SSO.
Moderator note: Moved from Microsoft 365 and Office | Development | Other
An API that connects multiple Microsoft services, enabling data access and automation across platforms
I'm dealing with the same problem