Oracle® Health Sciences Empirica Healthcare Analysis Installation Guide Release 1.0.1 E57001-01 |
|
![]() Previous |
![]() Next |
To configure the Empirica Healthcare Analysis application to use single sign-on (SSO) using Oracle Access Manager (OAM), an OAM administrator runs the OAM register script. This script creates an OAM agent and uses an XML file as input, such as the following XML sample.
Replace the bold values with appropriate values for your installation. In the following example, EmpiricaHealthcare is the name of your registered SSO agent or Webgate ID. The name must be unique in the OAM environment.
<?xml version="1.0" encoding="UTF-8"?> <OAMRegRequest> <serverAddress>https://<
OAM_server
>.oracle.com:7004
</serverAddress> <hostIdentifier>EmpiricaHealthcare</hostIdentifier> <agentName>EmpiricaHealthcare</agentName> <cachePragmaHeader>private</cachePragmaHeader> <cacheControlHeader>private</cacheControlHeader> <protectedResourcesList> <resource>/Healthcare/</resource> <resource>/Healthcare</resource> </protectedResourcesList> <publicResourcesList> <resource>/index.html</resource> <resource>/Healthcare/ping.jsp</resource> <resource>/Healthcare/utlLogout.jsp</resource> <resource>/Healthcare/logout.inc</resource> <resource>/Healthcare/css/*/resource> </publicResourcesList> <excludedResourcesList> <resource>/Healthcare/servlet/event</resource> <resource>/Healthcare/servlet/event/</resource> </excludedResourcesList> </OAMRegRequest>