Hello,
We have a requirement of integrating external website (sitecore) and mobile app with CRM online . I have 3 questions related to this.
1)I have read that in order to call the web api of CRM online from external website e.g site core, the application has to be registered in Azure AD. But still we can connect through organization service class in C# without registering in Azure AD. The question is why azure token is a must in case of web api and not mandatory in case of organization service ? Also which is better option in the CRUD operations?
2)If web api is good enough, how can we prevent that external applications does not misuse the service e.g call service thousands of times to create useless records?
2) For development purpose, I tried to test D365 web api through postman but access is denied as still we don't have token in Azure. Any suggestion to skip this process?