Configuring Local Authentication
135
n
ov
do
cx (e
n)
16
Ap
ril 20
10
3.6.3 Blocking Access to the User Portal Page
If a user is already authenticated and accesses the Identity Server, the user is presented with the
Identity Server User Portal page.
This page provides a wealth of information about the logged-in user:
Any federations this user has established with third-party service providers
Identity attributes such as Liberty Personal or employee profile attributes, or Access Manager
credential or custom profile attributes
Policy attributes that users or administrators have selected to share with other service providers
You might want to prevent users from seeing this page for the following reasons:
Security:
Users accessing this page have access to sensitive information that administrators
might want to restrict such as the user’s attributes and federations with other third-party SAML
or Liberty providers.
Help Desk Support:
Most users have no need to access the information presented in this page.
As a result, they might be confused if they see it. By preventing access to the page, any
potential calls into the help desk are avoided.
The
main.jsp
page is called with every access to the Identity Server login page. You can modify
the code that checks the users status, and if the user is already authenticated, you can redirect the
user to another page.
To block access to the User Portal page:
1
Open the
main.jsp
file for editing. This file is located 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
Locate the following line:
ContentHandler hand = new ContentHandler(request,response);
Содержание ACCESS MANAGER 3.1 SP2 - README 2010
Страница 4: ...4 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 12: ...12 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 158: ...158 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 172: ...172 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 182: ...182 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 290: ...290 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 362: ...362 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...
Страница 374: ...374 Novell Access Manager 3 1 SP2 Identity Server Guide novdocx en 16 April 2010...