
Dear Experts,
How do we invoke CRM web apis of a CRM instance exposed through IFD. I know the below step for doing the same in case of CRM online.
1.Register a app in O365 AD tenant.
2.Provision the Dynamics CRM online.
3. Invoke the azure AD token provider end point by passing the app id that we registered in step 1 along with the CRM user ID and password.
4. Azure AD will return the Bearer token.
5. Use the bearer token as a authorization header in the request to invoke CRM web api.
Having said the above points, I need a similar approach how we do the same process in case CRM instance that is exposed through IFD.
Please note that I don't want to use Iorganization service references in my client app to invoke the API. I want it to be a pure rest based HTTP call.
Many Thanks in advance!
*This post is locked for comments
I have the same question (0)Hi Suprith,
Hope below link will help you-
docs.microsoft.com/.../web-api-basic-operations-sample-csharp