How to create App Registration in Azure?
In this article, we will describe how to register an application in Azure Active Directory and define it in D365FO environments, in order for external systems authenticate with D365FO and access data.
- Sign in to azure portal https://portal.azure.com
- Click on "App registrations" or search for it
- Click on "New registration"
- Fill "Name" and choose "Accounts in this organizational directory only", then click "Register"
- The app registration will created. Take note of the client Id, as you are going to define it inside D365FO.
- Create a new "client secret" by going to "Certificates & secrets"
- Fill "Client secret" description and choose the expiry, then click "Add"
- Copy the client secret value and save it, as you won't be able to see it again. You will need it when you authenticate with D365FO in order to get an access token.
- Go to your D365FO environment. [System Administration - Setup - Microsoft Entra ID applications] and fill the client Id you copied in step 5.
- Now you'll be able to authenticate with D365FO to get the access token, which I will cover in the next article: https://www.ljdynamicswritings.com/2024/03/how-to-authenticate-with-d365fo.html
Comments
Post a Comment