Chat now with support
Chat with Support

Identity Manager 9.2.1 - Web Application Configuration Guide

About this guide Managing the API Server Configuring API projects and web applications
General configuration Configuring the Administration Portal Configuring the Password Reset Portal Configuring the Web Portal
Recommendations for secure operation of web applications

Displaying changes to API projects

To obtain an overview of customizations that have already been made, you can display all the custom settings of an API project.

To display all changes to an API project

  1. Log in to the Administration Portal (see Logging in to the Administration Portal).

  2. In the navigation, click Configuration.

  3. On the Configuration page, in the Show configuration for the following API project menu, select the API project to display the changes.

  4. Click (Filter).

  5. In the Filter Data pane, select the Customized settings check box.

  6. Click Apply filter.

Discarding changes to API projects

You can undo all the custom settings of an API project.

To discard all changes to an API project

  1. Log in to the Administration Portal (see Logging in to the Administration Portal).

  2. In the navigation, click Configuration.

  3. On the Configuration page, in the Show configuration for the following API project menu, select the API project with changes you want to discard.

  4. Click Actions.

  5. Perform one of the following actions:

    • To discard all globally customized settings, click Revert all globally customized settings.

    • To discard all locally customized settings, click Revert all locally customized settings.

  6. In the Reset Configuration dialog, confirm the query with OK.

Enable or disable local changes

You can enable or disable applying local changes.

To enable or disable applying local changes.

  1. In the API Server's installation directory, open the web.config file.

    NOTE: If the file is encrypted, decrypt it first.

  2. Perform one of the following tasks:

    • To enable applying local changes, insert the following code:

      <appSettings>
          <add key="IsStandAlone" value="true" />
      </appSettings>
    • To disable applying local changes, insert the following code:

      <appSettings>
          <add key="IsStandAlone" value="false" />
      </appSettings>

    NOTE: If this code section already exists, change the value of the IsStandAlone property accordingly.

  3. Save your changes to the file.

    NOTE: If the file was encrypted beforehand, encrypt it again.

Converting local changes into global changes

To distribute changes to all API servers that were previously applied only locally to one API Server, you can convert local changes to global changes. This saves the changes in the global configuration file.

To convert local changes into global changes

  1. Log in to the Administration Portal (see Logging in to the Administration Portal).

  2. In the navigation, click Configuration.

  3. On the Configuration page, in the Show configuration for the following API project menu, select the API project that has the local changes you want to convert to global changes.

  4. Click Actions > Convert locally customized settings to global settings.

  5. In the Convert Locally Customized Settings to Global Settings pane, click Convert.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating