AlexaCRM / dynamics-webapi-toolkit

Dynamics 365 Web API Toolkit for PHP
MIT License
75 stars 58 forks source link

Metadata request returned a 403 code #50

Closed amanjlucid closed 3 years ago

amanjlucid commented 3 years ago

Getting metadata request returned a 403 code while connecting with dynamic crm. I have tried everything but still getting the same error. I have a user in dataverse too. Do i need to create another user with roles. I have very little knowledge about crm. Could you please suggest what am i doing wrong ?

georged commented 3 years ago

I suspect you haven't created an application user (which is not the same as interactive user). Please read #49 thread and make sure you followed all the steps discussed.

amanjlucid commented 3 years ago

You are right, i haven't given the permission to the application user now it is resolved. Thanks @georged