Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Access requirements
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
Contribute useful links by editing this page
Common Permissions
API gotchas
- See particularly the
tenantIdparameter 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
.defaultensures your app receives permissions consistent with those configured and consented at the tenant or organization level. - The
.defaultscope can’t be combined with the scopes registered in the Azure portal. So either just use the.defaultscope 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
.defaultscope when creating a connection, use theintegrations_config_defaultsparameter increateConnectSession:
- 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.