We are wanting to integrate a third party vendor for a feature, and we can only access their APIs after we do SSO with them.
Is it possible? Can anyone provide the documentation on how to do this?
We are wanting to integrate a third party vendor for a feature, and we can only access their APIs after we do SSO with them.
Is it possible? Can anyone provide the documentation on how to do this?
Hi Ben,
It depends upon the vendor's API. As far as CRM is concerned, you can use SDK (Plugins/ custom workflow activity) to connect to external web service, rest endpoints. I have done the implementation/ integration to various third party application and the method are all related to the individual verndor.
So, as long as you can connect and access their API with C#.net, I don't think you will face any issues.
Hope this helps.