Announced late last week on docs.microsoft.com was the deprecation of the WS-Trust authentication type as well as OrganizationServiceProxy. Both are connected to the same thing of the WS-Trust authentication being moved away from for a long time now in other Microsoft SDKs and the CDS/CRM SDK is catching up as they modernize the authentication for … Continue reading CDS/CRM SDK – WS-Trust auth and OrganizationServiceProxy Deprecated, what does it mean?
Tag: Dynamics 365 SDK
Build an ASP.NET Core Web App with Adoxio Connect Framework
Microsoft's ASP.NET team is going through a big transition period right now to an open source redesign of ASP.NET called ASP.NET Core. ASP.NET Core has major changes that are meant to try to make it more accessible to a larger set of developers as well as bringing it to many platforms with incredible performance improvements. … Continue reading Build an ASP.NET Core Web App with Adoxio Connect Framework
Building a Dynamics 365 ASP.NET Web App with Adoxio Connect Framework
The primary purpose behind the Adoxio Connect Framework was to help facilitate an easy server-to-server connection for a Web App. By using the Adoxio Connect Framework it helps by providing an implementation of OrganizationWebProxyClient and Active Directory Authentication Library so that you can easily interact through the Dynamics 365 SDK within your web application. This … Continue reading Building a Dynamics 365 ASP.NET Web App with Adoxio Connect Framework