Enabling custom logouts with SiteMinder

About this task

To enable custom logouts with SiteMinder, set unica.sm.logouturl under Affinium|suite|security|loginModes|siteMinderPartitionLogin by performing the following steps.
  1. Get the configuration ID of the Platform's hidden configuration unica.sm.logouturl using the following query.

    select ID from USM_CONFIGURATION where INTERNAL_NAME = 'unica.sm.logouturl'

  2. Update the value of configuration element unica.sm.logouturl:

    update USM_CONFIGURATION_VALUES set STRING_VALUE='<custom logout url>' where CONFIGURATION_ID=<ID obtained from above query>