You can use single sign-on to create a secure environment between Connections and your
HCL Domino® mail servers. This method cannot be used
for Microsoft™ Exchange mail servers.
Procedure
-
Complete all steps in the following topic: Enabling single sign-on for Domino®.
-
Complete the following steps:
-
In the
WAS-root/AppServer/profiles/Dmgr01/config/cells/cell-name/LotusConnections-config
directory, open the LotusConnections-config.xml file.
-
After the
versionStamp
element, add the following code:
<properties>
<genericProperty name="shindig.properties.override.cre.makeRequest.passCookies">true</genericProperty>
<genericProperty name="shindig.config.container.overrides">
{
"gadgets.sso" : {
"cookieDomain" : "domino.example.com",
"cookieNames" : "LtpaToken,LtpaToken2,iwaSSL,iwaSSL2,Shimmer,ShimmerS"
}
}
</genericProperty>
</properties
-
For the
cookieDomain
property, enter all domains for Domino mail servers.
Separate multiple domains with commas (,) and no spaces.
-
Save and close the LotusConnections-config.xml file.
-
Restart your Connections servers.