# 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
    23 | <add key="ida:ClientId" value="" />
    24 | <add key="ida:Tenant" value="" />
    ...
    27 | <add key="ida:Domain" value="" />
    28 | <add key="ida:TenantId" value="" />
    29 | <add key="ida:ClientSecret" value="" />
  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.

    Analysis Server Post-Installation Configuration: Restart Application Pool

    Analysis Server Post-Installation Configuration: Restart Application Pool