Hi, i'm trying to connect on azure API cause i'm developing an webapp that sells and provision azure resources, but when i tried to connect using the token previously generated, i'm getting the erro bellow:
"error_description": "AADSTS65001: The user or administrator has not consented to use the application with ID '48635672-7393-46d3-a5e5-b7828113a259'. Send an interactive authorization request for this user and resource.\r\nTrace ID: d85f59dc-28f1-42fa-ae22-23195088e1f2\r\nCorrelation
ID: b6bb60f3-7fad-41b7-8522-4199b1932f40\r\nTimestamp: 2016-10-14 20:54:20Z"
So what kind of configuration my azure app needs to have? i was applied all the liberations in my app on azure portal and the problem persists, someone have an tutorial to solve this?
renatomattos2912