Previous Topic: Logout Pages

Next Topic: Branding the User Console

Configuring Logout Pages

To configure custom logout pages

  1. Create one or more custom logout pages.

    To ensure that an HTML logout page is loaded from the Web server and not from the browser’s cache, set up the logout page so that it cannot be cached in the browser. For example, for HTML pages, you can add the following meta tags to the page:

    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    <META HTTP-EQUIV="Expires" CONTENT="-1">
    

    Important! Meta tags may not always work with an Internet Explorer browser. If not, use a cache-control HTTP header.

  2. In the Identity Manager environments screen, click the name of the appropriate environment.

    The Environment Properties screen appears.

  3. Click Advanced Settings, and click Miscellaneous.

    The Miscellaneous Properties screen appears.

  4. In the Property field, type one of the following properties:

    Note: You specify the task tag when you configure a task in the User Console. For more information, see the Administration Guide.

  5. In the Value field, type the URL that users are redirected to at logout.
  6. Click Save.