Install the provisioner
Install and set up the PingFederate GitHub Provisioner.
Steps
-
Download the GitHub Provisioner
.zip
archive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace.Make sure to select GitHub Connector 1.0, not GitHub EMU Connector 1.0.
-
If the PingFederate server is running, stop the server.
-
Extract the GitHub Provisioner distribution
.zip
file. -
Copy the contents of the
dist
directory into the<pf_install>/pingfederate/server/default/deploy
directory. -
(Optional) To use the provisioner for outbound provisioning, in the
<pf_install>/pingfederate/bin/run.properties
file, set thepf.provisioner.mode
property toSTANDALONE
.Example:
pf.provisioner.mode=STANDALONE
You can find more information about using the
FAILOVER
setting for runtime deployment in Deploying provisioning failover. -
Start the PingFederate server.