1. Unzip the distribution .zip archive and copy the following file to the server/default/deploy folder in your PingFederate server installation:
    dist/pf-oam-adapter-3.1.0.jar
  2. Add the following to <PF_INSTALL>/bin/run.properties:

    pf.oam.ik.ssoUrl=<PF_SSO_URL>

    where PF_SSO_URL is the Sp-initiated Single sign on URL. For example:
    https://<PF_HOST>:<PF_PORT>/sp/startSSO.ping?PartnerIdpId=<PARTNER_ID>
    Note: The Target Resource URL will be determined by the adapter based on the request context.
  3. Start or restart the PingFederate Server.