Share via

Graph service exception Error code: InvalidMsaTicket

Yongsik Moon 6 Reputation points
2020-09-15T05:12:34.057+00:00

Hello, With Graph API, I am trying to get my calendar events.
But Graph SDK keeps returning error as below.
There is no issue with authentication (using device code).

Throwable detail: com.microsoft.graph.http.GraphServiceException: Error code: InvalidMsaTicket
Error message: ErrorCode: 'PP_E_RPS_REASON_OFFERACTIONS_INVALID'. Message: ''

GET https://graph.microsoft.com/v1.0/me/events?$filter=(end/datetime+gt+'2020-09-15T05:04:14.482'+and+end/datetime+le+'2020-09-21T14:00:00.000')+or+(start/datetime+ge+'2020-09-15T05:04:14.482'+and+start/datetime+lt+'2020-09-21T14:00:00.000')+or+(start/datetime+lt+'2020-09-15T05:04:14.482'+and+end/datetime+gt+'2020-09-21T14:00:00.000')
SdkVersion : graph-java/v1.7.1
Authorization : Bearer EwBgA8l6BAAUO9chh8cJscQLmU+[...]

401 : Unauthorized [...]
[Some information was truncated for brevity, enable debug logging for more details]

Microsoft Security | Microsoft Entra | Microsoft Entra ID

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.