Installation guide
Configuring the Agent
Chapter 5 Single Sign-on Solution for Oracle Application Servers 141
logout.url
This value specifies the logout URLs of Login Server and the partner applications.
These URLs are never enforced by the agent. When the agent sees any of these
URLs, it checks whether a valid session ID for the user still exists. If one does exist,
the agent invalidates it and effectively logs the user out of Sun ONE Identity
Server. The agent then passes the request onto Login Server so that the logout can
be processed there.
In this integration, the logout URL for Login Server and Oracle Portal 3.0.9 are
included sinceOracle Portal is the partner application chosenfor verification. Note
that these values are separated by only a space. Here is an example:
com.sun.am.policy.agents.logout.url =
http://hostname:port/pls/portal30_sso/PORTAL30_SSO.wwsec_app_priv.logout?p_do
ne_url=http%3A%2F%2F<hostname>%3A<port>%2Fpls%2Fportal30_sso%2FPORTAL30_SS
O.home http://hostname:port/pls/portal30/PORTAL30.wwsec_app_priv.logout?
p_done_url=http%3A%2F%2F<hostname>%3A<port>%2Fpls%2Fportal30%2FPORTAL30.ho
me
Here, the hostname refers to the host where the agent is installed and the port is the
port ofthe OracleHTTP Server. For example, if the hostname is agent1 and the port
is 7779, then this value should be set as follows:
com.sun.am.policy.agents.logout.url=http://agent1:7779/pls/portal30_sso/PO
RTAL30_SSO.wwsec_app_priv.logout?p_done_url=http%3A%2F%2Fagent1%3A7779%2Fp
ls%2Fportal30_sso%2FPORTAL30_SSO.home
http://agent1:7779/pls/portal30/PORTAL30.wwsec_app_priv.logout?p_done_url=
http%3A%2F%2Fagent1%3A7779%2Fpls%2Fportal30%2FPORTAL30.home
logout.cookie_reset_list
This property lists the cookies that need to be reset or removed upon log out from
Login Server. If Oracle Portal 3.0.9 is also used for the integration, cookies for both
Login Server and Oracle Portal must be present in this list as follows:
com.sun.am.policy.agents.logout.cookie_reset_list = Domain=,
iPlanetDirectoryPro, iPlanetDirectoryPro;Domain=, portal30,portal30;Domain=
NOTE
If additional Oracle Partner applications are used, then the logout pages for those
applications must also be added to this list.
NOTE
If additional Oracle partner applications are used, then cookies for those
applications must also be added to this list so they can be reset/removed upon
logout from Login Server.