+

Search Tips   |   Advanced Search

The customAuthenticator element for back-end inter-service communication


Overview

The customAuthenticator element in LotusConnections-config.xml defines some key parameters in the single sign-on (SSO) solution. The configuration settings that we can specify in this XML element only affect back-end inter-service communication in an SSO environment. The attributes for the customAuthenticator element can differ, depending on the SSO solution you have implemented. Most attributes are optional, but some might be mandatory in the context of your SSO solution.


Default attributes

The following default attributes for the customAuthenticator element are available when the customAuthenticator attribute is set to DefaultAuthenticator, TAMAuthenticator, or SiteMinderAuthenticator.


Additional attributes for Tivoli Access Manager and SiteMinder

There are additional attributes available when the customAuthenticator attribute is set to TAMAuthenticator or SiteMinderAuthenticator.

This extract from LotusConnections-config.xml shows attributes with sample values:

<customAuthenticator name="TAMAuthenticator" >
   <attribute key="AllowSelfSignedCerts" value="true" />
   <attribute key="CookieTimeout" value="60" />
   <attribute key="ConnectionTimeout" value="30" />
   <attribute key="SoTimeout" value="60" />
   <attribute key="MaxTotalConnections" value="256" />
   <attribute key="DefaultMaxConnectionsPerHost" value="128" />
   <attribute key="CustomLoginUsernameField" value="username" />
   <attribute key="CustomLoginPasswordField" value="PASSWORD" />
   <attribute key="CustomLoginFormField" value="login-form-type" />
   <attribute key="CustomLoginFormValue" value="pwd" />
   <attribute key="FormBasedAuthLoginURL" value =
    "https://myHost.myco.com:myPort/mypkmslogin.form/" />
</customAuthenticator>


Parent topic:
Configure single sign-on