Configure WebSEAL for a personalization service

Steps

  1. Create a new WebSEAL junction to the personalization service. For example:

      pdadmin> server task server_name create -t tcp -h portalhost.abc.com /portal-jct

  2. Edit the WebSEAL configuration file to add a new [portal-map] stanza:

      [portal-map]

  3. The entry in this stanza identifies the server-relative URL of the portal service program and the region of the object space that is searched for available protected portal resources, followed by the permission required for access. List that is placed in the PD_PORTAL header.

      [portal-map] URL = object_space_region:permission

  4. After adding the stanza and the appropriate mapping entries, WebSEAL (webseald) must be re-started.

Parent topic: Custom personalization service