Skip to main content
Version: 10.2

Azure Portal Configuration - Application Registration

Follow these steps to register an application in a specific Active Directory in Azure Portal:

  1. Go to the Microsoft Azure Website.

  2. Click Sign in on the upper-right corner of the page. If you are currently logged in to your Microsoft account, it will use that account to authenticate.

    Microsoft Azure Website

    Microsoft Azure Website


    This will redirect to the Microsoft Azure Portal.

  3. Search for then go to the Microsoft Entra ID page. This will show the default tenant configured.

    Microsoft Entra ID

    Microsoft Entra ID


  4. In the Manage pane, click App registrations.

  5. Click New registration located at the upper-left part of the page.

    New App Registration

    New App Registration


    This will be redirected to the Register an application page.

  6. Provide all the necessary information in the form displayed. Description of the options are provided in the form.

    warning

    Provide a valid URI of an Open iT Analysis Server instance in the Redirect URI field. Select Web as the application type.

  7. Click Register.

    Register an Application

    Register an Application


  8. Wait until the page is redirected to the registered application overview page. This page contains all the settings and configuration of the registered application.

    warning

    Take note of the Client ID and Tenant ID of the registered application. This will be used in configuring the Open iT Analysis Server.

    Application Overview

    Application Overview


  9. In the Manage pane, click Authentication. Make sure that the Redirect URI is correct.

  10. Under Implicit Grant, select Access tokens and ID tokens. Click Save.

Application Authentication

Application Authentication


  1. In the Manage pane, click Certificates & secrets.

  2. Click New client secret. Add a client secret will appear.

  3. Provide a Description and set the Expires to what your organization allows. Click Add.

    Application Certificates and Secrets

    Application Certificates and Secrets


  4. A new entry of client secret will be added.

    warning

    Take note of the Value. It will be encrypted after leaving the page.

    Application Secrets

    Application Secrets