You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
Let's set up AAD authentication
Barcode login is not suited for use with AAD as it will require two barcodes and generally lacks security.
An Administrator user account associated with the Customers Business Central environment
To access Business Central using AAD authentication, you must grant client access to this service.
Go to Redirect URI (this step is NOT optional)Select “Public client/native (mobile & desktop)”Enter this URI: https://businesscentral.dynamics.com/Select “Register”
This section outlines how to gather the data required for the mobile devices to connect using AAD.
Tasklet Factory needs the following data from you:
TenantId
ClientId
Soap URL
Please Note
If TenantId is not a part of the Soap URL, ite means that the App Registration has been set up in the wrong AAD
Get theClient ID
Get the Tenant ID
Get Soap URL
Using the Service Desk please send us the TenantId, ClientId and Soap URL on the project ticket or raise a new ticket
or
if this is for your own partner device, see below and just fill in the info in the placeholders for Tenant ID, Client Id + Soap URL.
Modify in the red marked sections with the gathered information.
<!-- ENDPOINTS --> <endpoints>
<endpoint id="01" displayName="D365BC" protocol="classic" type="D365BC" address="Soap URL"> <azureConfiguration authority="https://login.windows.net/TenantId/oauth2/authorize?resource=https://api.businesscentral.dynamics.com" clientId="ClientId" returnUri="https://businesscentral.dynamics.com/"/> </endpoint>
</endpoints>