I want to integrate Dynamics CRM with Postman with the help of username and password and without Azure AD registration.
Asked
Active
Viewed 82 times
0
-
What did you try? Share some more details, please. – Henk van Boeijen Feb 15 '23 at 10:31
-
I am trying to figure out alternate way for integrating instead of OAuth 2.0 like the azure AD application registration process. Can you please let me know what are the alternate way? – Muhammad Usman Khan Feb 15 '23 at 10:35
-
Is there a reason behind this ? That will help us to help you in right way – Arun Vinoth-Precog Tech - MVP Feb 16 '23 at 03:18
1 Answers
1
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

Arun Vinoth-Precog Tech - MVP
- 22,364
- 14
- 59
- 168