Below steps is to do installation and configuration of 11g webgate on OHS web server.
Assumption-
Below steps will do agent registration on Access Manager.
Next blog will cover webgate instance creation and configuration...
Assumption-
- OAM 11g server is up and running.
- OHS is up and running.
- POC is performed on Linux machine.
Below steps will do agent registration on Access Manager.
- Login to OAM Admin Console
- Navigate to System Configuration à Access Manager Settings àSSO Agents
- Open OAM Agents.
- 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-
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...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.
Next blog will cover webgate instance creation and configuration...


