Customizing Logout Pages to Redirect Based on Parameters

You can customize an Identity Server logout page to redirect to URLs based on parameters specified in the logoutSuccess_latest.jsp file.

To modify logoutSuccess_latest.jsp to redirect to URLs, perform the following steps:

For information about how to modify a file, see Modifying Configurations.

  1. Modify the Identity Server logoutSuccess_latest.jsp file to add the following as the last line:

    <%out.println("UIHandler-param: " + uh.getLogoutQueryStringParam("test"));%>

    Here test indicates name of the parameter.

  2. Specify a parameter with the logout URL. For example, https://www.idp.com:8443/nidp/app/logout?test=NetIQ.

    The logout page displays UIHandler-param: NetIQ in the logout page.