Installation guide

Configuring the Agent
140 Sun ONE Identity Server Policy Agents 2.1 Web Policy Agents Guide April 2005
hostname where SunONEIdentity Server isinstalled and portisthe port wherethe
amserver
process is running. For example, if Sun ONE Identity Server is installed
on the machine agent2.example.com and listens on port 58080, then this property
should be set as follows:
com.sun.am.policy.agents.cdcservletURL =
http://agent2.example.com:58080/amserver/cdcservlet
reverse_the_meaning_of_notenforcedList
Set this value to
true
so that the
notenforcedList
becomes the enforced list.
com.sun.am.policy.agents.reverse_the_meaning_of_notenforcedList = true
notenforcedList
When the SSO integration isperformed with Oracle Portal 3.0.9, this value must be
set to the login pages of both Login Server and Oracle Portal 3.0.9 as follows:
http://hostname:port/pls/portal30_sso/PORTAL30_SSO.wwsec_app_priv.login?p_req
uested_url=http%3A%2F%2Fhostname%3Aport%2Fpls%2Fportal30_sso%2FPORTAL30_SS
O.home&p_cancel_url=http%3A%2F%2Fhostname%3Aport%2Fpls%2Fportal30_sso%2FPO
RTAL30_SSO.home
http://hostname:port/pls/portal30/PORTAL30.wwsec_app_priv.login?p_requested_u
rl=http%3A%2F%2Fhostname%3Aport%2Fpls%2Fportal30%2FPORTAL30.home&p_cancel_
url=http%3A%2F%2Fhostname%3Aport%2Fpls%2Fportal30%2FPORTAL30.home
In these examples, hostname is the hostname of the system where the agent is
installed and port is the port where the Oracle HTTP Server is running. For
example, if the hostname is agent1 and the port is 7779, this value should be set as
follows:
com.sun.am.policy.agents.notenforcedList =
http://agent1:7779/pls/portal30_sso/PORTAL30_SSO.wwsec_app_priv.login?p_re
quested_url=http%3A%2F%2Fagent1%3A7779%2Fpls%2Fportal30_sso%2FPORTAL30_SSO
.home&p_cancel_url=http%3A%2F%2Fagent1%3A7779%2Fpls%2Fportal30_sso%2FPORTA
L30_SSO.home
http://agent1:7779/pls/portal30/PORTAL30.wwsec_app_priv.login?p_requested_
url=http%3A%2F%2Fagent1%3A7779%2Fpls%2Fportal30%2FPORTAL30.home&p_cancel_u
rl=http%3A%2F%2Fagent1%3A7779%2Fpls%2Fportal30%2FPORTAL30.home
NOTE
If additional Oracle Partner applications are used, then the login pages of those
applications must also be added to this list.