Hello Community,
I have the following scenario and would appreciate some guidance if anyone could help provide some inputs.
I have a Dynamics 365 for Customer Engagement production environment. I want to provide a 3rd-party company a way to access certain data in Dynamics in real-time as a data source. The 3rd-party company is planning to connect to the Dynamics environment using this web API: https://github.com/AlexaCRM/dynamics-webapi-toolkit, and they would need the following information:
- Org ID
- Application ID
- Secret
My understanding is the above "Org ID", "Application ID" and "Secret" are referring to that of my Dynamics production environment within Azure AD, am I correct?
And how would I set it up so that the 3rd-party company only has Read access to certain entity data in Dynamics when the connection is established for them?
Thanks!