Forum Discussion

hachandw's avatar
hachandw
Icon for Microsoft rankMicrosoft
Feb 28, 2020

Getting Autorization_IdentityNotFound error on calling the Microsoft graph

I am trying to make a call to the Graph through the app registered in PPE environment. After getting the access token, when we try to make an HTTP sendAsync call, it throws an exception. Can you please help me investigate what is going wrong with the request here?

 

Below are the details of the exception

"Code: Authorization_IdentityNotFound\r\nMessage: The identity of the calling application could not be established.\r\n\r\nInner error\r\n"}

client-request-id: 828b8819-0003-42f8-8f1e-2355adb58e25

  • Hi hachandw , can you please share the query you used to make the call? Also, what data are you trying to retrieve, and are you using Graph API or Graph Security API? 

    • hachandw's avatar
      hachandw
      Icon for Microsoft rankMicrosoft

      Hi Chi_Nguyen

       

      I had posted the same question on Microsoft stack overflow. Figured that I did not have Service principal provisioned for the tenant and hence I was seeing this issue.

      This is resolved now.

Resources