Registering an Application in Azure Active Directory

The plug-in supports both native and Web app/API application types to be connected to the Dynamics CRM Online application. For more information on ADAL, see the page "Connect to Microsoft Dynamics 365 web services using OAuth" on the Microsoft website.

Prerequisites

You must log in to the Azure portal to register a new application .
To register a new application in Azure Active Directory:

Procedure

  1. In the Microsoft Azure menu, select Azure Active Directory.

  2. In the Azure Active Directory window, click App registrations.

  3. In the App registrations pane, click New application registration.
  4. In the Create pane, enter the details.
    • If you want to create a native application registration, enter the details as shown.

    • If you want to create a Web app/ API registration, enter the details as shown. (Screenshot required)

  5. Click Create.

Result

The new application is registered, and a new row with the application details including a unique Application ID is added to the list in the App registrations window. If you select the row, the registered application pane opens with the essential details.

What to do next

You must give permissions for the registered application. To give user permissions, see Giving Permissions for the Registered Application.