I have searched with the error which I found, Did not find any matching questions. So posting a question. Appreciate it if someone provides some pointers to proceed.
My goal is to access graph API in my desktop client. I have started using fiddler to experiment.
I have followed the instructions provided at https://graph.microsoft.io/en-us/docs/authorization/app_only
registered Web APP using the Application Registration portal using my Microsoft work account.
Provided 'Read all users' full profiles in Delegated permissions
Requested token and Used the token in the Authorization header to call the graph API, Getting the following error.
https://graph.microsoft.com/v1.0/users 119 { "error": { "code": "Authorization_IdentityNotFound", "message": "The identity of the calling application could not be established.", "innerError": { "request-id": "4c3a7bc6-e3d8-453c-adc9-5a12fec3b0ee", "date": "2016-05-11T00:46:23" } } }