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 |
|---|---|---|
Guid | Find this on your Azure app setup page. | |
Text | Generate this on your Azure app setup page. Store the key in a secure location. | |
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: |
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 Microsoft Dynamics 365 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: |
WebserviceURL | Uri | The base SOAP URL: |
Note
AzApp mode is the preferred mode because it does not require user interaction. See Anywhere Portal Authorization Flows for more information.
.png)