Versions Compared

Key

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

...

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

Image RemovedImage Added


The final thing is to update the application file.

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

...

Page Properties
hiddentrue


Related issues