A cloud-based identity and access management service for securing user authentication and resource access
Graph service exception Error code: InvalidMsaTicket
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]