Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Permission sets | ||
| Companies | ||
| Security groups |
Gather Microsoft Dynamics 365 Business Central credentials
The connector authenticates to the Business Central Automation API using OAuth 2.0 with a Microsoft Entra ID app registration (client credentials flow).In the Microsoft Entra admin center, register a new application
under Identity > Applications > App registrations.
Under API permissions, add the Dynamics 365 Business Central application permission
API.ReadWrite.All, then grant admin consent for your tenant.
In the Business Central admin center, grant the registered application access as a
Microsoft Entra application
with the appropriate permission sets.
Configure the Microsoft Dynamics 365 Business Central connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Microsoft Dynamics 365 Business Central connector is now pulling access data into C1.
Enter the Microsoft Dynamics 365 Business Central credentials:
- Base URL: The Automation API base URL for your environment, e.g.
https://api.businesscentral.dynamics.com/v2.0/Production/api/microsoft/automation/v2.0. - OAuth token URL:
https://login.microsoftonline.com/<tenant-id>/oauth2/v2.0/token. - Client ID: The application (client) ID of your Entra ID app registration.
- Client secret: The client secret value you created.
- OAuth scope (optional): Defaults to
https://api.businesscentral.dynamics.com/.default.