Skip to end of banner
Go to start of banner

Application Configuration in the Azure Portal to use Finance and SCM OAuth2 Account

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 40 Next »

In this article

Overview

Snaps in MS Dynamics 365 Finance and SCM Snap Pack require an OAuth2 account to access the resources in Azure. For the OAuth2 account to authorize successfully, ensure to create and configure an application corresponding to the account as per the key steps in the Workflow. You would also require to register an application in Dynamics 365 Finance and operations apps with the details of the application registered in the Azure portal.

You can use this account type to connect MS Dynamics 365 Finance, and SCM Snaps with data sources that use an OAuth2 account.

Prerequisites

  • An Azure account with a paid subscription to create the application.

  • Register the Azure application in Dynamics 365 Finance and operations application.

  • OData V4.

Limitations and Known Issues

None.

Key steps in the workflow

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. For more information on creating an application, refer to the Azure Active Directory Documentation.

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 is displayed in the search list.

Define permissions

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

     

  2. On the Request API permissions window, select Dynamics ERP and select the Delegated permissions listed under the Scopes and Permissions required for MS Dynamics 365 Finance and SCM.

  3. Click Add Permissions and view all the permissions added under Configured permissions.

  4. Click Grant admin consent confirmation and select Yes

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

    1. Under Platform configurations, click Add a platform.

    2. Select Web and specify a valid Redirect URI https://cdn.elastic.snaplogic.com/api/1/rest/admin/oauth2callback/msdynamics365fo and click Configure. A popup message displays indicating that the application is successfully updated.

  6. On the Platform configurations page, click Save.

Locate Application Credentials in the Azure Portal

To authorize your account in SnapLogic, you must have the following application credentials:

  • Application (client) ID

  • Directory (Tenant) ID

  • Client secret value

  1. On the application page, under Essentials, make a note of the Application (client) ID, and Directory (tenant) ID.

  2. In the left navigation panel, select Manage > Certificates & secrets.

  3. On the Certificates & secrets page, click + New client secret.

  4. In the Add a client secret window, enter the Description, select an option for Expires from the dropdown list and click Add. 

    The Client secret value and ID are generated. This value and the ID are required to configure the OAuth2 account.

Scopes and Permissions required for MS Dynamics 365 Finance and SCM

Learn more about Scopes and Permissions at Service endpoints overview.

Delegated permissions (User account only*)

Permission

Display String

Description

Admin Consent Required?

offline_access (Mandatory for Auto-refresh token.

offline_access

offline_access must be assigned if you select the Auto-refresh token option.

Yes

CustomService.FullAccess

Access Dynamics AX Custom Service

This permission allows the application to access all Microsoft Dynamics custom service APIs

No

Odata.FullAccess

Access Dynamics AX data.

This permission allows the application to access Microsoft Dynamics AX as user or an application.

No

AX.Full.Access

Access Dynamics AX online as organization use.

This permission allows the application to access all Microsoft Dynamics AX service endpoints.

No

Register your External Application

  1. Log in to Dynamics 365 Finance and operations application.

  2. Navigate to System administration > Setup > Azure Active Directory applications and Select New.

  3. Fill in the fields for the new record:

    1. In the Client Id field, specify the application ID you registered in the Azure Active Directory.

    2. In the Name field, specify a name for the application.

    3. In the User ID field, select an appropriate service account user ID.

    4. Select Save to apply the changes.

Specify the credentials and validate the Snap Account

  1. Navigate to the Snap of your choice.

  2. Configure the OAuth2 account with the details located in the registered application in the Finance and SCM OAuth2 Account.

  3. Click Authorize. The Access and Refresh tokens are generated. You will be redirected to the sign-in page of the Azure Portal.

  4. Sign in to Azure Portal with valid credentials to redirect to the Snap Edit account settings dialog. The Access and Refresh tokens are autopopulated but encrypted in the Account settings.

  5. Validate the Snap Account. Learn more about Finance and SCM OAuth2 Account.

Troubleshooting

Error

Reason

Resolution

Error 401

The Pipeline could not complete execution due to a connection error.

Reauthorize the account and retry.

Snap Pack History

Error rendering macro 'excerpt-include' : No link could be created for 'MS Dynamics 365 Finance and SCM'.


Related Content

  • No labels