Skip to main content
Version: 10.2

Application Settings Configuration for SSO

The Azure Portal Configuration values must be configured in the Analysis Server appsettings.config file to enable communication between the Azure registered application and the Open iT Analysis Server.

Follow these steps to configure the Analysis Server application settings:

  1. Go to the installation directory located, by default, in C:\Program Files\OpeniT\Analysis Server.

  2. Open the configuration file appsettings.config using any text editor.

  3. Provide the values of the following keys:

    appsettings.config
    <add key="ida:ClientId" value="" />
    <add key="ida:Tenant" value="" />
    <add key="ida:AADInstance" value="https://login.microsoftonline.com/" />
    <add key="ida:PostLogoutRedirectUri" value="https://localhost:44344/" />
    <add key="ida:Domain" value="" />
    <add key="ida:TenantId" value="" />
    <add key="ida:ClientSecret" value="" />
    NOTE

    The ClientId and TenantId are available on the Overview page of the registered application in Microsoft Azure Portal.

    The ClientSecret should be available through step number 13 of the section Azure Portal Configuration - Application Registration. While the Tenant and Domain is the domain name of the Active Directory deployed in Azure.

  4. Open IIS (Internet Information Services) Manager.

  5. In the Connections pane, click Application Pools.

  6. In the list of Application Pools, select Open iT Analysis Server Application Pool.

  7. In the Actions pane, click Stop.

  8. Wait for 10 seconds and click Start.

    Restart Application Pool

    Restart Application Pool