Anywhere Mobility Portal Documentation

Configure Anywhere Portal

After installation of the Anywhere Portal, configure the settings below to establish a successful connection to your Microsoft Dynamics 365 Business Central tenant.

Setup overview

The settings below are specific to connecting to an Azure-hosted environment. See here for a full overview of all Portal settings.

Setting name Setting type Observations
ClientID Guid Find this on your Azure app setup page.
ClientSecret Text Generate this on your Azure app setup page. Store the key in a secure location.
RedirectURI Uri The URI the portal redirects to after a successful login using the client ID and client secret.
AuthorityURI Uri The authority that generates an OAuth token. Structure: https://login.microsoftonline.com/$TenantID
AuthenticationType Option: AzUser, AzDelegate, or AzApp AzUser: Token retrieval occurs on the user session. AzDelegate: Token is retrieved server-side, done by the team manager once per day. AzApp: Token is retrieved using service-to-service authentication, supported by Business Central from version 18.4.
EnvironmentName Text The environment name to connect the portal to.
Tenant Guid The tenant ID where your environment is present. Must be a valid GUID.
RPNURL Uri Fallback URI for authentication calls when the API URL differs from api.businesscentral.dynamics.com.
ApiBaseUrl Uri The API base URI: https://api.businesscentral.dynamics.com/v2.0/<Tenant>/<environmentname>/api/
WebserviceURL Uri The base SOAP URL: https://api.businesscentral.dynamics.com/

Notes AzApp mode is the preferred mode because it does not require user interaction. See Anywhere Portal Authorization Flows for more information.

PortalIISSettings

Installation steps

  1. Register the Anywhere Portal App
  2. Grant Access from Dynamics 365 Business Central
  3. Anywhere Portal Azure Setup