The RREG Tool Register the WebGate Agent

Integration With Oracle Identity Management 10-27 5. On the command line, run the following command to copy the apache_ webgate.template from the Webgate_Home directory to the Webgate Instance location renamed to webgate.conf and update the httpd.conf file to add one line to include the name of webgate.conf: .EditHttpConf -w Webgate_Instance_Directory [-oh Webgate_Oracle_Home] [-o output_file ] Where WebGate_Oracle_Home is the directory where you have installed Oracle HTTP Server Webgate for Oracle Access Manager and created as the Oracle Home for Webgate, as in the following example: MW_HOME Oracle_OAMWebGate1 The Webgate_Instance_Directory is the location of Webgate Instance Home, which is same as the Instance Home of Oracle HTTP Server, as in the following example: MW_HOME Oracle_WT1instancesinstance1configOHSohs1 The output_file is the name of the temporary output file used by the tool, as in the following example: Edithttpconf.log

10.3.4 Register the WebGate Agent

This section describes the procedures for registering the WebGate Agent.

10.3.4.1 The RREG Tool

The RREG tool is part of the OAM 11g installation. If it is not already available, extract it using the following procedure: 1. After installing and configuring Oracle Access Manager, navigate to the following location: IDM_Home oamserverrregclient 2. On the command line, untar the RREG.tar.gz file using gunzip, as in the following example: gunzip RREG.tar.gz tar -xvf RREG.tar The tool used to register the agent is located in the following location: RREG_Home binoamreg.sh RREG_Home is the directory to which you extracted the contents of RREG.tar.gzrreg. Note: The -oh WebGate_Oracle_Home and -o output_file parameters are optional. 10-28 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter 10.3.4.2 Updating the OAM11gRequest file In the RREG_Homeinput directory there are template files named OAM11gRequest.xml. This file should be copied and edited in order to create the policies for the WebCenter installation. After editing, the file should look as follows: ?xml version=1.0 encoding=UTF-8? -- Copyright c 2009, 2010, Oracle andor its affiliates. All rights reserved. NAME: OAM11GRequest_short.xml - Template for OAM 11G Agent Registration request file Shorter version - Only mandatory values - Default values will be used for all other fields DESCRIPTION: Modify with specific values and pass file as input to the tool. -- OAM11GRegRequest serverAddresshttp:oamhost:oamadminserverportserverAddress hostIdentifierwebtierhost_webcenterhostIdentifier agentNamewebtierhost_webcenteragentName applicationDomainwebtierhost_webcenterapplicationDomain logOutUrls urlurl logOutUrls protectedResourcesList resourceemresource resourceconsoleresource resourcewebcenteradfAuthenticationresource resourcewebcentercontentresource resourcewebcentercontent...resource resourceintegrationworklistappresource resourceintegrationworklistapp...resource resourceworkflowsdpmessagingsca-ui-worklistfacesadf.task-flowresource resourceworkflowWebCenterWorklistDetailfacesadf.task-flowresource resourceworkflowsdpmessagingsca-ui-worklistresource resourceworkflowsdpmessagingsca-ui-worklist...resource resourcesdpmessaginguserprefs-uiresource resourcesdpmessaginguserprefs-ui...resource resourcerssrssservletresource resourceowc_discussionsloginwithRedirect.jsparesource resourceowc_discussionslogindefault.jsparesource resourceowc_discussionslogin.jsparesource resourceowc_discussionsadminresource resourceowc_discussionsadmin...resource resourcerestapiresourceIndexresource resourcerestapispacesresource resourcerestapispaces...resource resourcerestapidiscussionsresource resourcerestapidiscussions...resource resourcerestapitagsresource resourcerestapitags...resource resourcerestapitaggeditemsresource resourcerestapitaggeditems...resource resourcerestapiactivitiesresource Note: Replace webtierhost, oamadminserverport, and oamhost with the hostnames in your installation. Integration With Oracle Identity Management 10-29 resourcerestapiactivities...resource resourcerestapiactivitygraphresource resourcerestapiactivitygraph...resource resourcerestapifeedbackresource resourcerestapifeedback...resource resourcerestapipeopleresource resourcerestapipeople...resource resourcerestapimessageBoardsresource resourcerestapimessageBoards...resource resourcerestapisearchresultsresource resourcerestapisearchresults...resource resourceactivitygraph-enginesresource resourceactivitygraph-engines...resource resourcewcpsapiresource resourcewcpsapi...resource resourceadfAuthenticationresource resourcepageletadminresource resourcepageletadmin...resource resourceauthenticateWithApplicationServerresource resourceemresource resourceem…resource resourceconsoleresource resourceconsole…resource resourcesoacomposerresource resourcesoacomposer…resource resourcesoa-infraresource resourcesoa-infradeployerresource resourcesoa-infradeployer…resource resourcesoa-infraeventsedn-db-logresource resourcesoa-infraeventsedn-db-log…resource resourcesoa-infraclusterinforesource resourcesoa-infraclusterinfo…resource resourceinspection.wsilresource resourcecsidcplgresource resourcecsidcplg…resource resourcecsgroupsresource resourcecsgroups…resource protectedResourcesList publicResourcesList resourcewebcenterresource resourcewebcenter…resource resourceowc_discussionsresource resourceowc_discussions…resource resourcerssresource resourcerss…resource resourceworkflowresource resourceworkflow…resource resourcerestapicmis…resource resourcecsresource resourcecs…resource resourcesoa-infraservices…resource resourcesoa-infradirectWSDLresource resourceintegrationservicesresource resourceintegrationservices…resource publicResourcesList userDefinedParameters userDefinedParam nameipValidationExceptionsname value10.1.1.1value 10-30 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter userDefinedParam userDefinedParameters OAM11GRegRequest

10.3.4.3 Running the oamreg Tool