Click Security Realms, Default Realm Name, and click Providers. On the Common tab, set the Control Flag to REQUIRED, and click Save.

Configuring Single Sign-On Using Oracle Access Manager 10g 16-71

3. From the WebLogic Administration Console, go to Security Realms, myrealm,

Roles and Policies, Global Roles. 4. Select View Conditions for the Admins Role. 5. Add the group and click Save.

16.8.6 Client in Cluster with Load-Balanced WebGates

Out of the box, Oracle Access Manager does not support load balanced AccessGates; you must use a third-party load balancer. Suppose you have two WebGates: WebGateA and WebGateB. You can use the OAMCfgTool to create the profile to be shared by the two WebGates. If you have an Oracle Fusion Middleware Application installed you already have the OAMCfgTool. In this case, skip Step 1. Solution: 1. No Oracle Fusion Middleware Application : Obtain the OAMCfgTool if you have no Oracle Fusion Middleware application installed.

a. Log in to Oracle Technology Network at:

http:www.oracle.comtechnologysoftwareproductsmiddlewareht docs111110_fmw.html

b. Locate the OAMCfgTool ZIP file with Access Manager Core Components

10.1.4.3.0: oamcfgtoolversion.zip

c. Extract and copy oamcfgtool.jar to the computer hosting WebGate:

2. Log in to the computer for WebGateA even if WebGate is not yet installed.

3. Change to the file system directory containing OAMCfgTool and run a command

like the following one to create one AccessGate Profile to be shared by the two WebGates. For example: java -jar oamcfgtool.jar mode=CREATE app_domain=SharedA_B app_agent_password=WebGate_password cookie_domain=preferred_http_cookie_domain ldap_host=wxyz ldap_port=6633 ldap_userdn=orcladmin ldap_userpassword=ldap_userpassword oam_aaa_host=abcd oam_aaa_port=7789 oam_aaa_mode=cert log_file=OAMCfg_date.log log_level=INFO output_ldif_file=LDIF_filename

4. Review the information provided by the tool. For example, the parameters and

values in Step 3 would provide the following information: Processed input parameters Initialized Global Configuration Successfully completed the Create operation. See Also: Introduction to OAMCfgTool on page 16-15