1.4 Working in Identity Reporting

Identity Reporting requires a Web browser to present information and allow users to perform actions quickly and easily.

How styles are rendered: Identity Reporting uses a set of default styles to control the appearance of the user interface. However, you can provide your own styles to customize the interface. The reporting client WAR supports customization through a file called custom.css. It looks for this file in a directory called novl_rpt_custom within the home directory of the user that started the application server on the server where the application server is running. For example, with a SLES install, this would be root, so the home directory is /root. If that file exists, the reporting client uses it to override any styles for the reporting user interface.

To customize the user interface using the custom.css file:

  1. Create a new directory in the home directory of the user running the server.

    For example, if you are running as root, run the following command:

    mkdir /root/novl_rpt_custom
  2. Add your custom.css file to the novl_rpt_custom folder created in Step 1.

  3. If the application server is already running, refresh your browser to see the changes. Otherwise, restart the application server and clear the cache from your browser.

You can determine whether the file can be found by entering the following URL:

http://[report.server]:8180/IDMRPT/custom/custom.css

How the Back button functions: In Identity Reporting, the Back button takes you to your previous application or to the last Web site you loaded, not to the last page you visited within Identity Reporting. All navigation within Identity Reporting takes place within the initially loaded page.