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

  •  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 API permissions->Add permissions-> Dynamics ERP .

Comments

Popular posts from this blog

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