Search code examples
dynamics-crmcrm

I want to integrate Dynamics CRM with Postman without AAD registration


I want to integrate Dynamics CRM with Postman with the help of username and password and without Azure AD registration.


Solution

  • It is purely dependent on your environment. If it is CRM online or IFD then OAuth is the only choice. The documentation says “must”. Read more

    When you use the Web API for Customer Engagement or an on-premises Internet-facing deployment (IFD) you must use OAuth as described in Use OAuth with Dataverse.

    If it is on-premise then you have to use username/password. Read more

    When you use the Web API for on-premises deployments you must include the user’s network credentials.

    In case if you are having difficulty with AAD App registration - then you can use the example readymade client Id in documentation for development purpose. Read more