Installation guide
Appendix A AMAgent Properties 175
At runtime, the agent refers tothis map in order to take corrective actions for users
who may have typed in a URL with malformed hostname. If none of the entries in
this map matches the hostname specified in the user request, the agent uses the
com.sun.am.policy.agents.fqdnDefault property.
WARNING: Invalid value for this property can result in the web server becoming
unusable or the resources becoming inaccessible.
This property can also be used in a way that the agents use the name specified in
this map instead of the web server’s actual name.
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
com.sun.am.policy.agents.cookie_reset_
enabled
Description
This property mustbeset to true,if this agentneedsto reset cookiesinthe response
before redirecting to Identity Server for Authentication.
Valid Value
true
or
false
. By default this is set to
false
.
NOTE This property can be used for creating a mapping for more than one
hostname. This may be the case when the web server protected by
this agent is accessible by more than one hostname. However, the
use of this feature must be done with caution as it can lead to the
web server resources becoming inaccessible.
The agent gives precedence to the entries defined in this property
over the value defined in com.sun.am.policy.agents.fqdnDefault
property.