To download the PingFederate connector, go to https://www.pingidentity.com/en/resources/downloads/pingfederate.html, click the Add-ons tab, then click GitHub EMU Connector 1.0.

Important:

Make sure to select GitHub EMU Connector 1.0, not GitHub Connector 1.0. This integration only supports the EMU connector.

To install the PingFederate GitHub EMU Provisioner:

  1. If the PingFederate server is running, stop the server.
  2. Extract the GitHub Provisioner distribution .zip file.
  3. Copy the contents of the dist directory into the <pf_install>/pingfederate/server/default/deploy directory.
  4. To use the provisioner for outbound provisioning, in the <pf_install>/pingfederate/bin/run.properties file, set the pf.provisioner.mode property to STANDALONE.
    pf.provisioner.mode=STANDALONE
    Note:

    For information about using the FAILOVER setting for runtime deployment, see Deploying provisioning failover.

  5. Start the PingFederate server.