Hi,
I'm attempting to create an authentication token to use the Dynamics API using Adal.js and DynamicsWebApi node library. When requesting access using my personal user and Adal the output from Adal is
The user or administrator has not consented to use the application with ID
On the enterprise application I set up I created an API permission to Dynamics–CRM with the "user_impersonation" set to Delegated. But on the Permissions view on the application for the for Security I only see API accesses to Microsoft Graph and no mention of Dynamics.
Is there a scope or endpoint I need to hit in order to grant user access or consent to Dynamics?
Thanks,