I'm trying to Oauth into Office 365's Unified API to read users Calendar information.
I have created a web application/web API in Microsoft Azure Portal and I believe that I have configured everything correctly.
I have invoked the below request to get an authorization code:
I have accepted the authorisations to give access the application to the specified resources, But I'm getting this response:
http:// www.proxym-it.com/?error=server_error&error_description=AADSTS90092: Non-retryable error has occurred.
Trace ID: de10c24b-fecf-46c0-bcb8-18fa8f208360Correlation ID: a5534f3b-9154-41db-99f6-9f4c25bf2acbTimestamp: 2015-06-19 08:57:41Z&state=5fdfd60b-8457-4536-b20f-acb658d19460
Any suggestions? Please Advise.