Using Social Rendering with Tivoli Access Manager and WebSEAL | HCL Digital Experience
After you enable social rendering, your HCL Digital Experience acts as a client that sends HTTP requests to the HCL Connections server. If you use IBM Security Access Manager and WebSEAL to manage the access to your portal and HCL Connections server, configure the portal so that it does not encode the WebSEAL session cookies.
About this task
If you do not configure your portal as described here, the social rendering portlets do not show any results. Examples of such portlets are List of Blog Posts, List of Files, List of Forum Topics.
Procedure
- On a stand-alone portal, log in to the WebSphere® Integrated Solutions Console. On a portal cluster, log in to the WebSphere® Integrated Solutions Console on the Deployment Manager.
- Go to .
- Select WP ConfigService.
- Under the Additional Properties heading, select Custom Properties.
-
Create or edit the property
cookie.escaping.ignore
and specify the value according to your WebSEAL configuration.The value of this property is a regular expression. It must match the name of the cookie that you do NOT want to be escaped.For example, if the WebSEAL session cookies have the namesPD-H-SESSION-ID
andPD-S-SESSION-ID
, specify the valuePD-H-SESSION-ID|PD-S-SESSION-ID
. - For the changes to take effect, restart the portal server.