Does the Secure Application Model work with Microsoft.CrmSdk.CoreAssemblies?
Hi,
I have already done an integration using the SDKs (referring Microsoft.CrmSdk.CoreAssemblies 9.0 dlls) in C# but now for authentication purposes, one of the customers is requesting the Secure App Model. As per the documentation of Secure App Model and the code shared on - https://github.com/MicrosoftDocs/partner-center-sdk, it is clear that this model works with REST API.
Shall I need to convert my C# integration code (that has used the SDK classes and methods using Microsoft.CrmSdk.CoreAssemblies 9.0 dlls) to the REST API? What would the correct solution to this problem so that I can only change in the way of authentication and the remaining things will work with SDKs.
Please help me find the answers to the above questions.
Thank you.