Oracle Access Manager (OAM) Integration Kit

Apache module installation

About this task

This procedure shows you how to add the mod_pfoam.so module to your Apache installation.

Steps

  1. Download the OAM Integration Kit .zip archive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace.

  2. Stop PingFederate.

  3. From the extracted distribution .zip archive:

    1. Copy dist/mod_pfoam.so to <apache installation>/modules.

    2. Copy conf/httpd-pfoam.conf to <apache installation>/conf/extra.

  4. Open your Apache server configuration file (httpd.conf).

  5. Look for the first LoadModule directive in the httpd.conf file.

  6. Immediately before the LoadModule directive, insert the following line:

    LoadModule pfoam module

  7. At the end of the httpd.conf file, insert the following line:

    Include conf/extra/httpd-pfoam.conf