Installation guide

Before You Begin Installation
Chapter 1 Read This First 27
Say you want your server to be addressed as xyz.hostname.com whereas the
actual name of the server is abc.hostname.com. The browser only knows
xyz.hostname.com and you have specified policies using xyz.hostname.com at
the Identity Server console. In this file, set the mapping as
com.sun.am.policy.agents.fqdnmap = valid|xyz.hostname.com
Cookie Reset Feature
This feature enables the policy agent to reset some cookies in the browser session
while redirecting to Identity Server for authentication.
This feature is configurable through two properties in the AMAgent.properties
file.
Enable Cookie Reset
com.sun.am.policy.agents.cookie_reset_enabled=true
This property must be set to true, if this agent needs to reset cookies in the
response while redirecting to Identity Server for authentication. By default,
this is set to false.
Cookie List
This property gives the comma-separated list ofcookies thatneed tobe reset in
the response while redirecting to Identity Server for authentication. This
property is used only if the Cookie Reset feature is enabled.
Cookie details must be specified in the following format:
name[=value][;Domain=value]
For example,
com.sun.am.policy.agents.cookie_reset_list=LtpaToken, cookie1=value1,
cookie2=value2;Domain=example.com
Configuring CDSSO
The Cross Domain Single Sign-On (CDSSO) feature is configurable through three
properties in the file AMAgent.properties. To turn this feature on or off, use the
following property in AMAgent.properties:
com.sun.am.policy.agents.cdsso-enabled=true