...
On the left navigation panel, navigate to Manage,andselect API permissions > Add a permission.
On the Request API permissions window, select Microsoft Graph > Dynamics 365 Business Central for the OAuth2 and Access Token Account.
Select Delegated Permissions or Application Permissions.
Select the permissions you require.
Click Add Permissions. You can view all the permissions added under Configured permissions.
Click Overview and select Add a Redirect URI. You will be redirected to the Platform configurations page.
Under Platform configurations, click Add a platform.
Select Web and specify the Redirect URI in the following format:
https://<control-plane-name>.snaplogic.com/api/1/rest/admin/oauth2callback/<snap-pack-name>
where the<control-plane-name>
corresponds to the domain part of your SnapLogic URL—elastic (global control plane) or emea (EMEA control plane).
For example:https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/businesscentral
https://elasticemea.snaplogic.com/api/1/rest/admin/oauth2callback/businesscentral
Click Configure. A popup message indicates that the application is successfully updated.
On the Platform configurations page, click Save. The Redirect URIs are added to the application.
...