Customize the Logout Page

About this task

The default Logout page is a simple page with no logo information. You can configure Secure Proxy to use the Login page in place of the Logout page.

You can customize a Logout page to define how you want the page to look and what information to include on the page. You can customize this page by modifying the labels or replacing the entire page.

Before you modify the Logout page, gather the following information:
  • Provide a value for each Secure Proxy feature listed. Fields listed in the worksheet are required.
  • Accept default values for fields not listed.
  • Note the Configuration Manager field where you will specify the value.

Configuration Manager Field

Feature

Value

Name

Name to assign to the Secure Proxy configuration

SSP Internal Portal

Logout Page

Custom page to display for the Secure Proxy single sign-on Logout page. If you want to use the Login page as the Logout page, specify the Login page here.

Login Directory Name

Custom directory in the engine installation directory where the HTML files that support single sign-on are stored.

Login Page Charset

Character encoding used to create the Secure Proxy Login page. This value is sent to the browser as part of the content-type header with the Login page.

Login Page Media Type

Media type value sent to the browser in the content-type header with the Login page. Default is text/html.

To customize the Secure Proxy Logout page:

Procedure

  1. From IBM Sterling Secure Proxy, select Advanced from the left hand-side navigation panel.
  2. Select SSO Configurations to display SSO Configurations page.
  3. To create a new SSO configuration:
    1. Click Add new + to display SSO Configuration page.
    2. Type an SSO configuration name in the Name field.
  4. To edit an existing SSO configuration:
    1. Click Add new + to display SSO Configuration page.
    2. Type an SSO configuration name in the Name field.
  5. On the Logon Portal tab, select SSP Internal Portal.
  6. Change one or more of the following fields to customize the Logout page:
    • Logout Password Page

      Set the value to the login .html file name if you want to use the Login page in place of the Logout page.

    • Login Directory Name
    • Login Page Charset
    • Login Page Media Type
  7. Click Save.
  8. If you want to change the text or graphics on the Logout page, open the \install_dir\signon directory and modify the logout .html file as required.
    Note: If you modify the logout .html file, do not modify the following lines:
    var ssoMsgText=”#{ssoMsgText}”; 
    var ssoMsgTitle=”#{ssoMsgTitle}”; 
    var ssoMsgType=”#{ssoMsgType}”; 
    var ssoMsgOnly=”#{ssoMsgOnly}”;
  9. If you modify the logout .html file, create a copy of the \install_dir\Signon directory.

    Making a copy of the directory prevents the custom attributes from being overwritten if you upgrade the software or apply a patch.