Hi Team,
I am working on consuming the REST API of the Office 365 and for that i have registered my application and
copied - Client id and key and now sending the REST request to fetch the access token but getting below error.
{
"error": "unauthorized_client"
"error_description": "AADSTS70001: Application with identifier '0a9cafa26-8ecb-4198-965e-e10f37df2441' was not found in the directory 1eac19b5-09c8-4700-90d3-9a15a62b8213 Trace ID: 37c70327-f082-4d5b-ac1e-085c6750ac01 Correlation ID: e511a7b2-863d-492d-9d8d-b1ca514f955c
Timestamp: 2016-04-23 17:15:04Z"
"error_codes":
[
1]
0: 70001
-
"timestamp": "2016-04-23 17:15:04Z"
"trace_id": "37c70327-f082-4d5b-ac1e-085c6750ac01"
"correlation_id": "e511a7b2-863d-492d-9d8d-b1ca514f955c"
}
However, i was successful initially but now when i am using the same request it is throwing the error.
Can anyone please help.