Hi, I was wondering if I have the following scenario:
- I need to give access to a third party to Dynamics Data, lets Call them /Yellow Inc/
- their access should be read only (GET) to specific entities, not all (For example, Contacts and Association)
- Also they need to be only able to access certain records in an entity (For example, in Contacts, they are allowed to access only the records that have agreed to share their information)
How would you go about doing that? From what I have read so far :
1- I need to create an app registration
2- link it to a security role in dynamics
not sure what to from there on? is a plugin necessary in this case ? How do I control the queries? How do I set the Custom Api to restrict access based on the conditions above. And finally, how can i give it to /Yellow/ for them to consume
thank you