Create Azure Active Directory App

Please follow the below steps to create Azure Active Directory (AAD) app:

Step 1 – Login into Azure portal – https://portal.azure.com/

Step 2 – Click on Azure Active Directory.

How to create Azure Active Directory App

Step 3 – Navigate to App registrations and then click on new registration.

How to create Azure Active Directory App

Display name of app –

If you are going to use this app for Recurring Billing Manager then “Inogic_RecurringBillingManager”.

Redirect URI should be in below format –

“https://CRMUrl/WebResources/ikl_/rbm/html/Callback.html”

Here CRMUrl is like “https://octtrial.crm8.dynamics.com”. After filling these details click on register.

How to create Azure Active Directory App

Step 4 – Now you need to give some permissions to app. So navigate to API permissions. Here you need to add permission for Dynamics CRM.

How to create Azure Active Directory App

Please follow below screenshot for add permissions.

Adding Dynamics CRM permissions:

How to create Azure Active Directory App

How to create Azure Active Directory App

After adding permissions we need to Grant this by clicking Grant admin consent button.

How to create Azure Active Directory App

How to create Azure Active Directory App

Step 5 – Now we need to create secret key. For this, navigate to Certificate & secrets and create secret key.

Please copy/paste it somewhere because after some time it will disappears.

How to create Azure Active Directory App

We are done with AAD app now copy/paste your app id and secret key in connector in credentials section then you can authenticate it.