64
Novell Access Manager 3.1 SP2 Identity Server Guide
n
ov
do
cx (e
n)
16
Ap
ril 20
10
Customizing the nidp.jsp File
Figure 2-2
displays the default login page provided by Access Manager. Multiple JSPs are used to
create the page.
Figure 2-2
The JSPs That Create the Login Page
You can use the
nidp.jsp
file to customize the header with the Novell Access Manager product
name and the Novell logo. The
menus.jsp
file controls the
Authentication
and
User Login
tabs. The
login.jsp
file controls the credential frame with username and password. The
content.jsp
file
controls what is displayed on the page, including the available authentication cards.
The following sections explain how to modify the login page that these JSPs create:
“Rebranding the Header” on page 64
“Customizing the Card Display” on page 66
“Customizing the Credential Frame” on page 66
Rebranding the Header
1
Copy the
nidp.jsp
file and rename it. The JSP files are located on the Identity Server in the
following directory:
Linux:
/var/opt/novell/tomcat5/webapps/nidp/jsp
Windows Server 2003:
\Program Files\Novell\Tomcat\webapps\nidp\jsp
Windows Server 2008:
\Program Files (x86)\Novell\Tomcat\webapps\nidp\jsp
2
Replace the header title that appears in the top frame (“Novell Access Manager” in
Figure 2-2
):
2a
Locate the following string at the top of the file.
String hdrTitle = handler.getResource(JSPResDesc.PRODUCT);
nidp.jsp
menus.jsp
content.jsp
login.jsp
Summary of Contents for ACCESS MANAGER 3.1 SP2 - README 2010
Page 4: ...4 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 12: ...12 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 158: ...158 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 172: ...172 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 182: ...182 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 290: ...290 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 362: ...362 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Page 374: ...374 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...