Wednesday, October 30, 2013

OAM 11g - Webgate installation on OHS

Below steps is to do installation and configuration of 11g webgate on OHS web server.

Assumption-
  • OAM 11g server is up and running. 
  • OHS is up and running.
  • POC is performed on Linux machine.
Steps on OAM Admin console -
Below steps will do agent registration on Access Manager. 
  1. Login to OAM Admin Console
  2. Navigate to  System Configuration à Access Manager Settings àSSO Agents
  3. Open OAM Agents.
  4. Click on Create 11g Webgate.

          Provide the below mentioned values to create Webgate and click on Apply.
Parameter
Value
Name
OAMWebgate
Access Client Password
<OAMWebgate_Password>
Host Identifier
OAMWebgate
Security
Simple
Auto Create Policies
Uncheck
          Once the OAMWebgate is created, update the additional parameters of the agent as below
Parameter
Value
Logout URL
/signoff.html
Logout Callback URL
/oam_logout_success

Installation of 11g Webgate on OHS web server

Assumption: 
  • GCC libraries libgcc_s.so.1, libstdc++.so.6 already exists on OHS server at any location. Eg. /home/tmp/.  While installing user will be asked gcc location.
  • Above mentioned Agent Registration is already done at OAM.
Steps on OHS web server-

1.   Login to OHS Server.
2.   Navigate to path where you have downloaded webgate
3.   Execute below command to unzip webgate-
      Unzip -d webgate ofm_oam_webgates_generic_11.1.1.3.0_disk1_1of1.zip and press Enter
4.   Navigate inside unzipped webgate folder  and look for runInstaller file

5. <full path to the runInstaller directory>./runInstaller
6. Specify JDK path when prompted. (the jdk directory is created under the <WebTier_Home> directory. Enter the absolute path of the JRE folder located in this JDK when launching the installer) Eg. oracle/Middleware/jdk160_18
7. Click Next --> Next--> Confirm installation location

7. Specify GCC Library when prompted. Eg. /home/tmp/
8. Installation Complete Screen appears. Click Finish to dismiss the installer.
To be continued...
Next blog will cover webgate instance creation and configuration...