To allow Bizzjoiner to securely communicate with your Microsoft Dynamics 365 Business Central SaaS environment, you must register an application in Microsoft Entra ID (formerly Azure Active Directory) and grant it the appropriate permissions.
This guide walks you through the required steps.
Overview
Bizzjoiner integrates with Business Central using secure, token-based authentication via Microsoft Entra ID. By registering an app, you establish a trusted identity that Bizzjoiner uses to access your Business Central APIs.
The process includes:
-
Registering an application in Entra ID
-
Creating a client secret
-
Assigning API permissions for Business Central
-
Granting admin consent
Prerequisites
Before you begin, ensure that you:
-
Have access to the Microsoft Entra admin center
-
Have Global Administrator or Application Administrator permissions
Step 1 – Register a New Application
-
Go to the Microsoft Entra admin center:
https://entra.microsoft.com -
Navigate to:
Identity → Applications → App registrations -
Click New registration
-
Enter the following details:
-
Name:
Bizzjoiner – BC Connector – ProductionEnvironment – Company X -
Supported account types:
Select Accounts in this organizational directory only -
Redirect URI:
https://businesscentral.dynamics.com/OAuthLanding.htm
-
-
Click Register
Step 2 – Copy Application (Client) ID and Tenant ID
After registration:
-
Locate:
-
Application (client) ID
-
Directory (tenant) ID
-
-
Save these values — they will be required in Bizzjoiner.
Step 3 – Create a Client Secret
-
Go to:
Certificates & secrets -
Click New client secret
-
Add:
-
Description:
Bizzjoiner Secret -
Expiration: Recommended 12–24 months
-
-
Click Add
-
Important: Copy the secret value immediately — it will not be shown again.
Step 4 – Assign API Permissions
-
Navigate to:
API permissions → Add a permission -
Select:
Dynamics 365 Business Central -
Choose:
-
Application permissions
-
-
Add the following permission:
-
Financials.ReadWrite.All
-
-
Click Add permissions
Step 5 – Grant Admin Consent
-
Click Grant admin consent for [Your Organization]
-
Confirm the action
-
Ensure the status shows:
✅ Granted for your organization
Step 6 – Configure Business Central Access
In Business Central:
-
Search for: Microsoft Entra Applications
-
Create a new record:
-
Client ID: Paste the Application (client) ID
-
Description:
Bizzjoiner Connector
-
-
Assign appropriate permission sets, for example:
-
BIZZJOINER CONNECTOR(or a custom least-privilege set)
-
-
Click Grant Consent and then Accept.