Saturday, September 28, 2024

App Registration in Azure for D365fo Integrations

  Scenario:-Today we see in this blog how to create App Registration in Azure for D365fo integrations that might be import integration or export integration like (Odata, Recurring  integrations, BatchPackageApi, Virtual enitity for Dataverse etc).

Note:-Not every integration in D365fo need app registration some time we can achieve integration without app registration like(Byod,Bussiness events..etc).

Step1:-Go to Portal.Azure.com and login with your credentials

Step2:-In Search bar search for  App Registrations and click on App Registrations with icon same  as shown in below image

Step3:-Then click on the new registration

Step4:-Then give all the details like name , permissions  and in Redirect url choose Web and choose D365fo url then click on register.

Step5:-Once you register then you can see App id,Tenant id copy details which can be useful in further then click on App Permissions

Step6:-After that click  on Add permission

Step7:-Then choose your application in our case it is Dynamics ERP

Step8:-Then Click on Delegated Permissions and choose what Data you want to extract like custom service or Odata 

Step9:-Then click on Application Permissions and choose connector.fullaccess

Step10:-Then click on Grant consent for Admin

Step11:-Now click on Certificates  & Secrets and choose new client secret and give name and expiry of Secret.

Step12:-Now after that copy secret immediately because once you close this window it will disappear and locked cant see further .This works in similar to Azure devops project creation

Step13:-Now go to Overview page and copy Application id 

Note:-Here Note that Application Id or App Id or Client Id are same 

Step14:-Now go to D365 F&O and navigate to System Administration > Microsoft entra ID Applications. Click on Microsoft entra ID Applications

Step15:-Add new 

Step16:-Now add your details which you created in Azure and choose User Id

That's all now you can start integrating with  D365fo


Keep Daxing!!


No comments:

Post a Comment

Get address through code

Get all address of customer:-       CustTable                   customertableloc;    DirPartyTable               dirpartytableloc;    DirPar...