Adding CA SiteMinder Parameters to the Jive 5/SBS/Clearspace Connector
To add CA SiteMinder parameters to the Jive 5/SBS/Clearspace connector
-
Identify the complete URL to the SiteMinder form login page, also known as the Forms Credential Collector (FCC).
Example: https://www.MyJiveServer.com/siteminderagent/forms/login.fcc
-
Identify the POST action of the SiteMinder FCC, which is the text string that is submitted when a login attempt is made.
The text string is a concatenation of the field ID and value pair of some of the fields from the FCC presented in the following table.
Field Id Field Value Example USER User name used to authenticate with SiteMinder. jdow PASSWORD Password used to authenticate with SiteMinder. qwerty SMAUTHREASON The code associated with a login failure. Always use 0 (zero) TARGET The URL of the page performing the authentication. To find this value, inspect the source code of the FCC. This URL must be escaped. https%3A%2F%2Fwww.MyJiveServer.com
%2authenticate.aspxExample: USER=jdow&PASSWORD=qwerty&SMAUTHREASON=0
&TARGET=https%3A%2F%2Fwww.acme.com%2authenticate.aspx -
On the Coveo server, access the Administration Tool (see Opening the Administration Tool).
-
In the Administration Tool, select Configuration > Connectors.
-
In the Connectors page, click Jive 5 / SBS / Clearspace.
-
In the Jive 5 / SBS / Clearspace Connector page, click Add Parameter.
-
In the Modify the parameters of the additional connector page:
-
For each parameter specified in the following table, enter the parameter information.
Type Name Default Value Label Option String SiteMinderFormLoginAction The complete URL to the SiteMinder FCC SiteMinder Form Login Action Optional parameter String SiteMinderFormLoginPage The POST action of the SiteMinder FCC SiteMinder Form Login Page Optional parameter -
Click Save.
-