Enable and disabling CDSSO authentication

Configuration for the initial WebSEAL server:

To enable the CDSSO token create module, configure the following stanza entry in the WebSEAL configuration file:

[cdsso]
cdsso-create = {none|http|https|both}

The value both specifies both HTTP and HTTPS protocols. The value none disables the token create module.

Configuration for the destination WebSEAL server:

To enable the CDSSO token consume module, configure the following stanza entry in the WebSEAL configuration file:

[cdsso]
cdsso-auth = {none|http|https|both}

The value both specifies both HTTP and HTTPS protocols. The value none disables the token consume module. We must stop and restart the WebSEAL server in order to activate changes to the WebSEAL configuration file. Complete all of the applicable configuration steps in this section and then restart WebSEAL.

Parent topic: Configuration of cross-domain single signon