jct-ltpa-cookie-name
jct-ltpa-cookie-name = cookie_nameDescription
The name of the cookie containing the LTPA token that WebSEAL sends across the junction to the backend server. If we do not specify a value for this item, WebSEAL uses the following default values:
- LtpaToken for cookies containing LTPA tokens.
- LtpaToken2 for cookies containing LTPA version 2 tokens.
WebSphere also uses these default values.
We can customize this configuration item for a particular junction by adding the adjusted configuration item to a [jct-ltpa-cookie-name:{junction_name}] stanza.
Options
cookie_name This name must match the LTPA cookie name the WebSphere application uses on this junction.
Usage:
This stanza entry is optional.
Default:
The default value for LTPA tokens is LtpaToken.
The default value for LTPA2 tokens is LtpaToken2.
Example:
jct-ltpa-cookie-name = myCookieName