Novell ACCESS MANAGER 3.1 SP1 - GATEWAY GUIDE Manual page 99

Access gateway guide
Hide thumbs Also See for ACCESS MANAGER 3.1 SP1 - GATEWAY GUIDE:
Table of Contents

Advertisement

Modifying the Header
The
logoutSuccess.jsp
header of the logout page is controlled by the branding of the
how to modify
nidp.jsp
Access Manager 3.1 SP1 Identity Server
IMPORTANT: Save a copy of your modified
Gateway, you will need to restore this file.
Redirecting to Your Custom Page
One way to provide redirection is to replace the information in the <body> element of the
file with something similar to the following:
logoutSuccess.jsp
<body>
<script language="JavaScript">
top.location.href='http://<hostname/path>';
</script>
</body>
Replace the <hostname/path> string with the location of your customized logout page.
IMPORTANT: Save a copy of your modified
your Access Gateway, you will need to restore this file.
Calling Different Logout Pages
If you need to use a different logout page for specific protected resources, you need to modify the
logout button of the applications to use the plogout URL rather that the AGLogout URL (see
Section 3.9.1, "Customizing Applications to Use the Access Gateway Logout Page," on page
The AGLogout page redirects to the plogout page, which calls the
cannot modify the AGLogout URL for parameters, because they are discarded. However, any
parameter added to the plogout URL is saved and passed to the
The parameter passed to the
the page to load different custom logout pages based on the parameter value.
To use the plogout URL, you need to modify the application's logout button to call the following
URL:
<ESP Domain>/nesp/app/plogout
Replace <ESP Domain> with the same value as the AGLogout value. For example, suppose your
AGLogout value is the following:
https://jwilson1.provo.novell.com:443/AGLogout
You would replace it with the following value:
https://jwilson1.provo.novell.com:443/nesp/app/plogout
If you add a parameter to the URL, it would look similar to the following:
https://jwilson1.provo.novell.com:443/nesp/app/plogout?app=email
file is called in a frame from the
for logos, titles, and colors, see
Guide.
nidp.jsp
logoutSuccess.jsp
logoutSuccess.jsp
file. The branding in the
nidp.jsp
file. For information on
nidp.jsp
"Rebranding the
Header" in the
file. Every time you upgrade your Access
file. Every time you upgrade
logoutSuccess.jsp
logoutSuccess.jsp
file can be use with if/else logic in the body of
Novell
98).
. You
file.
Server Configuration Settings
99

Advertisement

Table of Contents
loading

Table of Contents