Fetch contact from MS Dynamics CRM Web API with PHP -
i'm using jamesmcq's library (https://github.com/jamesmcq/oidc-aad-php-library) connect , fetch contacts data microsoft dynamics crm online php. have logged in via oauth , got token, when i'm trying access crm web api access_token, got following exception:
aadsts65001: user or administrator has not consented use application id 'xxxxxx-xxxxxx-xxxx-xxx-xxxxxxx'. send interactive authorization request user , resource.
i found answer: https://stackoverflow.com/a/34885153/1305261, have access new azure portal, not classic, have no idea can find settings guy talked about. besides, found similar under azure active directory menu, , granted access permissions, exception still there.
can me how can fix error?
in new azure portal can access screen following next steps:
- azure active directory
- app registrations
- select application
- required permissions
from there, can add new permission:
update:
Comments
Post a Comment