Anywhere Mobility Studio Documentation

How to: Register a Client Secret for your app

To succesfully establish a communication between your Microsoft Dynamics 365 Business Central environment, the Anywhere Portal app registered in Azure Active Directory must define a client secret

Steps

  • From the Azure Active Directory admin center, on your app click on the "Certificates and Secrets" section

Client Secret Setup Page

  • Click on the "New client secret" action and choose a description and an expiration period

New Client Secret

  • Save the secret value and store it somewhere safe, this will be used in corelation with the client id to get an AD token used for API calls

Save the client secret

Registering the Anywhere portal as an app in Azure Active Directory is based on Microsoft docs
Granting the Azure app rights is based on Microsoft docs