I am getting following error while trying to retrieve data from CRM instance using REST API from my Windows Desktop Application.
AADSTS65001: The user or administrator has not consented to use the application with ID '4cdb6f7a-5d9c-495a-9649-0140516b91b6'. Send an interactive authorization request for this user and resource. Trace ID: a6901b0e-f39c-481a-b1ee-365a2cf61a6a Correlation ID: 3928214f-ec91-4df1-9e43-c876dfc4000f Timestamp: 2016-10-05 13:12:43Z
I have registered the application in Azure Active Directory, and I am using "Application ID" of the registered application to pass it as a Client ID in HttpRequestMessage.
What could be the possible reason for this issue?
Any help on this will be much appreciated.
thanks