Posts

Showing posts from January, 2023

Microsoft D365 FO - Test OData API/Web Services by using POSTMAN

Image
Test OData API/Web Services by using POSTMAN: Registration of an application on Azure Portal For API Once App registration is completed Enter Application ID in D365FO. connect Postman with the D365 environment:- open postman->new environment.                                  go to app registration that you created in the previous blog and get this info from the overview client_id tenantID                                                             grant type : client credentials resource: URL of your environment client_secret: this value from the   Certificates & secrets s creen in the azure portal .  we get it in notepad because it disappeared .          ...

Microsoft D365 FO - Registration of an application on Azure Portal For API

Image
  Registration of an application on Azure Portal For API: Go to Azure Portal  . Choose Azure Active Directory -> App registration.                           Click new Registration-> choose " Accounts in any organizational directory (Any Azure AD directory - Multitenant) "-> in redirect URL choose "Web"-> write your environment URL-> click register.                               after that you will get value in should you get it and keep it in notepad because it will disappear. we need it in the setup environment on postman as value of "client_secret"                                     open your app registration-> choose  Certificates & secrets ->New  client secret. choose...