ADO.NET Provider for Microsoft Dynamics 365 Sales

Build 22.0.8257

Establishing a Connection

Connecting to Microsoft Dynamics 365 Sales

Authenticating using Azure AD

Azure AD is a connection type that leverages OAuth to authenticate. Set your AuthScheme to AzureAD and see Using OAuth Authentication for an authentication guide.

Authenticating using Azure Service Principal

Azure Service Principal is a connection type that goes through OAuth. Set your AuthScheme to AzureServicePrincipal and see Using Azure Service Principal Authentication for an authentication guide.

Authenticating using MSI Authentication

If you are running Microsoft Dynamics 365 Sales on an Azure VM, you can leverage Managed Service Identity (MSI) credentials to connect:

  • AuthScheme: Set this to AzureMSI.

The MSI credentials will then be automatically obtained for authentication.

Copyright (c) 2022 CData Software, Inc. - All rights reserved.
Build 22.0.8257