Skip to end of banner
Go to start of banner

WIP: Application Configuration in Azure Portal for OAuth2 Account to use in Business Central

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In this Article

Overview

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.

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.

Key Steps in the Workflow

1. Create an Application in the Azure Portal

  1. Log in to the Microsoft Azure Portal.

  2. Navigate to Azure services > Azure Active Directory.

  3. Navigate to Add > App registration.

  4. 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.

2. Define Permissions

The Microsoft Business Central Snap Pack supports the following two types of accounts:

The permissions for the registered application are either Delegated or Application permissions based on the account types. Select Delegated permissions for User Accounts and Application permission for Application Accounts.

  1. On the left navigation panel, navigate to Manage, and select API permissions > Add a permission.

2. On the Request API permissions window, select Microsoft Graph > Business Central for the OAuth2 and Access Token Account.

3. Select Delegated Permissions or Application Permissions.

4. Select the permissions from Files, Users, and Teams.

5. Click Add Permissions. View all the permissions added under Configured permissions.

6. Click Overview and select Add a Redirect URI. You will be redirected to the Platform configurations page.

a. Under Platform configurations, click Add a platform.

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.

3. Configure Business Central Application for instance URL

  1. Log in to the Business Central environment you need to connect, and enter aad in tell me, then choose the related link.

2. Choose New.

3. Enter Client ID and Description.

2. Locate/Define the Information Required to Create your Business Central OAuth2 Account

Specify the values required to create a successful Business Central OAuth2 account.

  1. Navigate to the Business Central Snap of your choice and configure the Business Central OAuth2 Account with the following details:

    • Client ID: A Public Identifier for your app. Provide the Client ID that is auto-generated after creating the app in the <endpoint>

    • Client Secret: Secret value is known only to the app and the auth server. Provide the Client Secret that is auto-generated after creating the app in the <endpoint>.

    • OAuth2 Endpoint:

    • OAuth2 Token
      <Insert Account image>

  2. Click Authorize.
    You will be redirected to the login page of ServiceNow.

  3. Log into ServiceNow and accept the permissions.
    The Access token and the Refresh Token will be generated.

  4. Select the Auto-refresh token checkbox and save the account.

  • No labels