Terminating a Directory Connection in exteNd and iChain
Articles and Tips: qna
01 Aug 2003
Q.
How can I integrate Novell exteNd Director and iChain so that a logout issued from within the portal actually terminates the directory connection that you can see in the portal statistics gadget?
Randy Redirector
A.
Dear Randy: Portal needs the following parameters (from either form inputs or from the querystring parameters):
NPService=AuthenticationService
NPServiceDataType=PortalData
logoutButton=Logout
To logout of iChain, you will also need the following parameter:
ICSLogoutPage=http://myichain.mydomain.com/cmd/BM-Logout
So in xsl, an href might look like this:
href="{$Portal.Servlet.Normal}NPService=AuthenticationService& NPServiceDataType=PortalData&logoutButton=Logout& ICSLogoutPage=http://myichain.mydomain.com/cmd/BM-Logout"
Or you can use a form with inputs, such as those found in portal\gadgets\ com.novell.nps.authentication.Authenticator\skins\default\devices\ default\main.xsl
* Originally published in Novell AppNotes
Disclaimer
The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.