Skip to main content

Overview

Pre-built tooling

Pre-built integrations

Access requirements

Setup guide

Useful links

API gotchas

Pre-built tooling

No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.

Access requirements

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

Common Permissions

API gotchas

  • See particularly the tenantId parameter under Get a token.
  • When requesting Application Permissions that require admin consent, an Microsoft Entra ID administrator must pre-authorize the permissions. Without admin consent, the app cannot obtain tokens for those scopes.
  • For multitenant applications, each tenant administrator must grant consent to the app’s required permissions before access is granted in their tenant.
  • The .default scope is a special scope that tells Azure AD to issue a token containing all the Application Permissions that have already been granted (consented) for your app on that resource. Using .default ensures your app receives permissions consistent with those configured and consented at the tenant or organization level.
  • The .default scope can’t be combined with the scopes registered in the Azure portal. So either just use the .default scope or remove it to list out explicit parameters that are required. If you attempt to combine them you’ll receive the following error
  • To add the .default scope when creating a connection, use the integrations_config_defaults parameter in createConnectSession:
  • No user interaction is involved when using the Microsoft Business Central provider. Therefore, a Microsoft Entra ID administrator must grant consent for the required Application Permissions ahead of time. This can be done through the Azure Portal or by using the admin consent endpoint.
    Contribute API gotchas by editing this page

Going further

Connect to Microsoft Business Central

Guide to connect to Microsoft Business Central using Nango Connect UI.