The Microsoft Dataverse connector is a Palantir-provided driver for Microsoft Dataverse.
To create a new Microsoft Dataverse source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Microsoft Dataverse-specific configuration and networking. For the complete property reference, see the official Microsoft Dataverse driver documentation ↗.
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
AuthScheme ↗ | Mandatory | Specifies the type of authentication to use when connecting to Microsoft Dataverse. If this property is left blank, the default authentication is used. | AzureAD |
OrganizationURL ↗ | Mandatory | The URL to your Dynamics 365 organization, sometimes referred to as the resource. To find the correct URL for your Microsoft Dataverse instance, search the Web Services page. | — |
Schema ↗ | Mandatory | Specifies the schema to use when listing metadata from Microsoft Dataverse. | Entities |
AzureTenant ↗ | Recommended | Identifies the Microsoft Dataverse tenant being used to access data, either by name (for example, contoso.onmicrosoft.com) or ID. (Conditional). | — |
InitiateOAuth ↗ | Recommended | Specifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working. | GETANDREFRESH |
OAuthClientId ↗ | Recommended | Specifies the client Id that was assigned when the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server. | — |
OAuthClientSecret ↗ | Recommended | Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret). This secret registers the custom application with the OAuth authorization server. | — |
OAuthGrantType ↗ | Recommended | Specifies the grant type for the chosen OAuth flow. This value should be the same as the grant_type that was set during OAuth custom application creation. | CLIENT |