Click here to Skip to main content
15,881,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI ,

I am trying to integrating OFFICE 365 with Windows Form application using OFFICE 365 API.
I am able to connect with it and get access token from api.

but when i try to get contact from api getting error.

AADSTS70001: Application with identifier f9c25d8c-9074-4365-82cf-394d5ff35782 was not found in the directory cngnr.onmicrosoft.com

Trace ID: 35513ede-0c28-4e28-8167-a1b4628dcb1e

Correlation ID: 8b50b3da-7b5a-4c50-b9b1-011c81e23c76

Timestamp: 2015-06-02 13:41:04Z


Please help me to resolve this..
Thanks in Advance!
Posted
Updated 2-Jun-15 9:11am
v2
Comments
F-ES Sitecore 2-Jun-15 9:56am    
Have you googled the error to get some possible suggestions as to what the problem might be?
Naitik Jani 3-Jun-15 6:07am    
Yes.I googled it and it is saying that provide permission to your application to access Office 365 API services and done the same but still getting same error.
May be i am doing something wrong but not able to get it.

1 solution

Quote:
Make sure you grant the permissions BEFORE you create the Client Secret (keys) because otherwise, your key won't contain the security information
from this post[^]
You may need to undo everything and set it up again
 
Share this answer
 
Comments
Naitik Jani 3-Jun-15 6:24am    
can you please elaborate in detail where i need to set permissions?
CHill60 3-Jun-15 6:28am    
Not something I've ever done to be honest - such is the joy of working in large corporations with paranoid division of responsibilities. However, in your earlier comment you stated that you had already changed the permissions but were still getting the error - hence why I posted this particular solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900