Register an AAD Application

V7.1.0

Authorization is required for the following operations :

This authorization will be granted through an AAD Application.

  • In your Azure Active Directory (AAD) tenant, add a new ‘App registration’

install

  • Add a name for the new App registration. The app should access accounts in the user’s organizational directory only (Single tenant)

install

  • Click the ‘Register’ button

Get the AAD Application Credentials

In this section, the following credentials will be obtained from the AAD application :

- Client ID (Application ID)
- Tenant ID (Directory ID)
- Client Secret
  • In the Active Directory, open the application that was registered

  • Copy the Application (client) ID [Auth:client_id] and Directory (tenant) ID [Auth:tenantId] for configuration purposes

install

  • In the ‘Certificates & secrets’, create a new client secret. You must remember to change the client secret when it expires. It is recommended that you use the maximum expiry period (24 months) for the secret.

install

install

  • Copy the Client Secret Value [Auth:client_secret] for configuration purposes

install