Running the OAM Configuration Tool

11-12 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite

2. LDAP Host:

host name of the directory server or load balancer address in the case of a high-availability or enterprise deployment configuration.

3. LDAP Port:

port of the directory server.

4. LDAP USER DN:

DN of the LDAP admin user. This will be a value such as cn=orcladmin.

5. LDAP password:

password of the LDAP admin user.

6. oam_aaa_host:

host name of an Oracle Access Manager.

7. oam_aaa_port:

port of the Oracle Access Manager.

11.2.3.2 Running the OAM Configuration Tool

Before running the OAM Configuration Tool, you must first add the required resources to OAM 10g for the Oracle ECM components. Create a file containing the list of URIs you want to protect with the following content: Product Name: ECM protected_uris adfAuthentication imagingfaces em console DefaultToDoTaskFlow sdpmessaginguserprefs-ui integrationworklistapp workflowsdpmessagingsca-ui-worklist soacomposer soa-infradeployer soa-infraeventsedn-db-log soa-infraclusterinfo Policy using Basic Authn Scheme is the name of the policy Basic Over LDAP is the authentication scheme configured for this policy Note that the name of the policy and the scheme name in the URIs file is tab-separated. In other words, there must be a tab between ’Basic Authn Scheme’ and ’OraDefaultBasicAuthNScheme’ below. Policy using Basic Authn Scheme OraDefaultBasicAuthNScheme inspection.wsil public_uris soa-infraservices soa-infradirectWSDL Note: In OAM 10g, all resources under a URL prefix are protected by the default rules of a policy domain unless more specific rules are applied to them through policies. Refer to the Oracle Access Manager Access Administration Guide for details on the different patterns that can be used if more specialized protection patterns need to be used. Integration with Oracle Identity Management 11-13 The OAM Configuration tool resides in the ORACLE_COMMON_HOME modulesoracle.oamprovider_11.1.1 directory ORACLE_COMMON_HOME depends on which machine you are running the configuration tool. The tool can be run from any machine with the required installation files. In this case, we run it from ECMHOST1. Run the OAM Configuration Tool for OAM 10g registration as follows all on a single command line: MW_HOME jrockit_160_versionbinjava -jar oamcfgtool.jar mode=CREATE app_domain=ECM_EDG uris_file=full_path_to_file_containing_uri_definitions app_agent_password=password_to_be_provisioned_for_App_Agent ldap_host=OID.MYCOMPANY.COM ldap_port=389 ldap_userdn=cn=orcladmin ldap_userpassword=Password_of_LDAP_admin_user oam_aaa_host=OAMHOST1 oam_aaa_port=OAMPORT1 If your command ran successfully, you should see the following output: Date,Time oracle.security.oam.oamcfg.OAMCfgGlobalConfigHandler constructGlobalConfig INFO: Processed input parameters May 9, 2011 5:09:40 AM oracle.security.oam.oamcfg.OAMCfgGlobalConfigHandler constructGlobalConfig INFO: Initialized Global Configuration Date,Time oracle.security.oam.oamcfg.create.impl.OAMCfgConfigCreator doCreate INFO: Successfully completed the Create operation. Date,Time oracle.security.oam.oamcfg.create.impl.OAMCfgConfigCreator doCreate INFO: Operation Summary: Date,Time oracle.security.oam.oamcfg.create.impl.OAMCfgConfigCreator doCreate INFO: Policy Domain : ECM_EDG Date,Time oracle.security.oam.oamcfg.create.impl.OAMCfgConfigCreator doCreate INFO: Host Identifier: ECM_EDG Date,Time oracle.security.oam.oamcfg.create.impl.OAMCfgConfigCreator doCreate INFO: Access Gate ID : ECM_EDG_AG

11.2.3.3 Oracle Access Manager Logout Guidelines