Create a service principal

This article outlines how to register an application and create a service principal.

When you register a new application in Microsoft Entra ID, a service principal is automatically created for the app registration. Following the steps in this article will provide you with the Client ID, Tenant ID, and Client Secret required to configure integration with CluedIn.

Prerequisites: Make sure you have access to Microsoft Azure and Microsoft Entra ID.

To register and application and create a service principal

  1. Go to the Azure portal.

  2. Select Microsoft Entra ID.

    microsoft-entra-id.png

  3. On the left-hand navigation pane, under Manage, select App registrations.

    app-registrations.png

  4. Select New registration.

    new-registration.png

  5. Enter the Name of service principal, select Supported account types, and then select Register.

    app-registration-fields.png

    After successful registration, you can find Client ID (a) and Tenant ID (b) on the overview page of your service principal (app registration).

    client-and-tenant-id.png

  6. To create Client Secret, select the Add a certificate or secret link on the overview page of your service principal (app registration).

    add-certificate-or-secret.png

  7. Select New client secret.

    new-client-secret-1.png

  8. In the Description field, enter the name of the client secret. In the Expires field, select an expiration for the secret. Finally, select Add.

    new-client-secret-2.png

    Now, you can find the client secret value under Certificates & secrets.

    secret-value.png