Configuring For Logout - Novell ACCESS MANAGER 3.1 SP1 - AGENT GUIDE Manual

J2ee* agent guide
Table of Contents

Advertisement

The above
URL needs a servlet mapping within the application's
login
<servlet>
<servlet-name>LoginServlet</servlet-name>
</servlet>
<servlet-mapping>
<servlet-name>LoginServlet</servlet-name>
<url-pattern>/login</url-pattern>
</servlet-mapping>

4.1.2 Configuring for Logout

As part of single sign-on and single logout, the J2EE Agent supports the following:
Notifying the Identity Server about application-level logout events.
Informing the J2EE applications when the Identity Server logs a user out.
For global logout to function, you need to add a logout servlet and its servlet mapping to the
file:
web.xml
<servlet>
<servlet-name>LogoutServlet</servlet-name>
<servlet-class>
</servlet-class>
<description>
in
case of websphere with LTPA as authentication mechanism
</description>
</servlet>
<servlet-mapping>
<servlet-name>LogoutServlet</servlet-name>
<url-pattern>/logout</url-pattern>
</servlet-mapping>
68
Novell Access Manager 3.1 SP1 Agent Guide
element specifies
<login-config>
<servlet-class>
com.novell.nids.agent.auth.LoginServlet
</servlet-class>
com.novell.nids.agent.auth.LogoutServlet
<init-param>
<param-name>postLogoutURL</param-name>
<param-value>/loggedOut</param-value>
</init-param>
<init-param>
<param-name>websphereLTPAMechanism</param-name>
<param-value>false</param-value>
This should be set to true in order to clear LTAP cookies and tokens
</init-param>
as the login page and the error page. The
/login
file:
web.xml
/

Advertisement

Table of Contents
loading

This manual is also suitable for:

Access manager 3.1 sp 1

Table of Contents