Share via

Microsft Graph Error GetThreadS2SRequest.

Nicolas Cesar Huanca Pastor 26 Reputation points
2021-07-23T18:07:29.657+00:00

I got this error, when was working with sdk of Microsoft Graph, but i don't know how to resolve it. Thanks for the answer.

2021-07-23 13:00:34.469 INFO 22336 --- [ main] com.example.demo.DemoApplication : Member : STANDARD
2021-07-23 13:00:39.169 INFO 22336 --- [onPool-worker-1] c.azure.identity.ClientSecretCredential : Azure Identity => getToken() result for scopes [https://graph.
microsoft.com/.default]: SUCCESS
2021-07-23 13:00:40.924 ERROR 22336 --- [ main] global : CoreHttpProvider[sendRequestInternal] - 396Graph service excep
tion Error code: Forbidden
2021-07-23 13:00:40.925 ERROR 22336 --- [ main] global : CoreHttpProvider[sendRequestInternal] - 396Error message: Unab
le to fetch team thread: Failed to execute Skype backend request GetThreadS2SRequest.

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,276 Reputation points Microsoft Employee Moderator
    2021-08-04T17:23:42.937+00:00

    Forbidden is telling that you dont have permissions. I would suggest you to check the token in https://jwt.ms/ and make sure you have necessary scopes/permissions to it.

    Was this answer helpful?

    0 comments No comments

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.