Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

When your D365FO is in Azure and you want to setup your mobile device configuration START.CFG file, then a few extra informations is required.

Solution

In the configuration START.CFG file the section 'Endpoints' specifies:

...

But for Azure a few extra informations is required. 

  1. azureConfiguration authority
  2. serviceName
  3. clientId
  4. returnUri


You can find the informations here:

1) azureConfiguration authority =

...

> 

"https://login.microsoftonline.com/YourTennantId/oauth2/authorize"

Your tennant ID is found here: Azure active directory/Manage/App registrations (Preview)/ select correct name and click on it. Here you will find the tennant ID.


2) serviceName =>

"MobService"


3) clientId =>

Your client ID is found here: Azure active directory/Manage/App registrations/ select correct name and click on it. Here you will find the application ID.


4) returnUri =

...

Azure active directory/Manage/App registrations/ click 'Redirect URIs'/select the URI with oauth at the end.


The final thing is to update the

...

START.CFG file.

<endpoints>
    <endpoint id="D365FO" displayName="D365FO" type="D365FO" protocol="classic" companyName="LegalEntity" address="https://YourUriAddress">
    <azureConfiguration <azureConfiguration authority="https://login.microsoftonline.com/YourTennantId/oauth2/authorize" serviceName="MobService" clientId="YourApplicationId" returnUri="https://YourUriAddress/oauth"/>
    </endpoint>
</endpoints>



Panel
bgColor#fff

Filter by label (Content by label)
showLabelsfalse
max5
spacesTFSK
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("deviceconfiguration","d365fo") and type = "page" and space = "TFSK"
labelsD365FO DeviceConfiguration

...