Establishing a Connection
Connecting to Microsoft Dynamics 365 Finance and Operations
To authenticate to the Microsoft Dynamics 365 Finance and Operations source, you should first set the OrganizationUrl to the URL of the organization you are connecting to, such as https://[organization].crm.dynamics.com.
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 Finance and Operations 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.