...
Snaps in the Microsoft Business Central Snap Pack require an Access Token or OAuth2 account to access the resources in Azure. For the accounts to authorize successfully, ensure to create and configure an application corresponding to the account as displayed in the workflow.
...
Info |
---|
Steps one to three are done in the Azure Portal and the remaining steps are done in the Snap account (SnapLogic Platform). |
Prerequisites
An Azure account with a free subscription to create the application.
...
Log in to the Microsoft Azure Portal.
Navigate to Azure services > Azure Active Directory.
Navigate to Add > App registration.
On the Register an application page, specify the name for registering the application and click Register. Learn more about creating an application at : https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app.
Info |
---|
To use an existing application, navigate to Portal Home > Azure Active Directory >App registrations > All applications. In the search box, specify the application name you want to use. The details of the registered application dsiplay are displayed in the search list. |
Define Permissions
The Microsoft Business Central Snap Pack supports the following two account types of accounts:
The permissions for the registered application are either Delegated or Application permissions based on the account types.
On the left navigation panel, navigate to Manage,andselect API permissions > Add a permission.
2. On the Request API permissions window, select Microsoft Graph > Dynamics 365 Business Central for the OAuth2 and Access Token Account.
...
4. Select the permissions from Files, Users, and Teamsyou require.
...
5. Click Add Permissions. View You can view all the permissions added under Configured permissions.
...
b. Select Web and specify a valid Redirect URI https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/businesscentral
and click Configure. A popup message displays indicating that the application is successfully updated.
...
Configure the Business Central Application
Log in to the Microsoft Business Central application.
Search for aad in the search box.
Navigate to Azure Active Directory Application and Select select New.
Configure the following fields for the new record:
In the Client ID field, specify the client ID you that is generated from the registered application in the Azure Active Directory.
In the Description field, specify a name for the application.
Change the State to Enabled.
In the User Permission Sets, select ellipses ellipsis (…)and select the required permission set Permission Set.
Click on Grant Consent to provide permission to access the Business Central Data.
Locate/Define the Information Required to Create your Business Central OAuth2 Account
...
Specify the Credentials and Validate the Snap Account
To authorize your account in SnapLogic, you must have the following application credentials:
Instance URL
Application (client) ID
Client secret value
Navigate to the Business Central Snap of your choice and configure the Business Central OAuth2 Account with the following details:Configure the OAuth2 account with the details from the registered application in the Business Central Portal.
...
Click Authorize. The Access and Refresh tokens are generated. You are redirected to the sign-in page of the Azure Portal.
...
Sign in to Azure Portal with valid credentials to redirect to the Snap Edit account settings dialog. The Access and Refresh tokens are auto-populated and encrypted in the Account settings.
...
Validate the Snap Account.
Troubleshooting
Error | Reason | Resolution |
---|---|---|
Error 401 | The pipeline could not complete execution because of a connection error. | Reauthorize the account and retry. |
...