Novell ACCESS MANAGER 3.1 SP1 - IDENTITY SERVER Manual page 34

Identity server guide
Table of Contents

Advertisement

Figure 1-3
nidp.jsp
menus.jsp
login.jsp
content.jsp
You can use the
name and the Novell logo. The
login.jsp
controls what is displayed on the page, including the available authentication cards.
The following sections explain how to modify the
"Rebranding the Header" on page 34
"Customizing the Card Display" on page 36
"Customizing the Credential Frame" on page 36
Rebranding the Header
1 Copy the
following directory:
Linux:
Windows:
2 Replace the header title that appears in the top frame ("Novell Access Manager" in
2a Locate the following string at the top of the file.
String hdrTitle = handler.getResource(JSPResDesc.PRODUCT);
2b Replace the value with the title you want to appear. For example:
String hdrTitle = "My Company"
Make sure to enclose your title value with double quotes.
3 Replace the window title that appears in the browser title bar:
3a Locate the following line that appears between the
<title><%=handler.getResource(JSPResDesc.TITLE)%></title>
3b Replace the content between the
appear. For example:
<title>My Company</title>
34
Novell Access Manager 3.1 SP1 Identity Server Guide
The JSPs that Create the Login Page
file to customize the header with the Novell Access Manager product
nidp.jsp
menus.jsp
file controls the credential frame with username and password. The
file and rename it. The JSP files are located on the Identity Server in the
nidp.jsp
/var/opt/novell/tomcat5/webapps/nidp/jsp
C:\Program Files\Novell\Tomcat\webapps\nidp\jsp
file controls the Authentication and User Login tabs. The
file.
nidp.jsp
<head></head>
and
<title>
</title>
content.jsp
Figure
tags:
tags with the title you want to
file
1-3):

Advertisement

Table of Contents
loading

This manual is also suitable for:

Access manager 3.1 sp1

Table of Contents