Hi all.
My requirement is that in our current custom connector which is for GET calls in Dataverse API, we need to find out if MS Graph API can be combined in the same connector. I know we can use Change Host Policy Templates to route to graph URL but we are using OAuth 2.0 Azure security, hence we are stuck at the Resource URL which doesn't support variable.
Can any one point me to the right direction?
You can create an Azure API management instance, place the Dataverse API calls in there and the Graph API. The API Management has an export custom connector option which allows you to use several different resources in one connector 😉