Deploying the integration files
To get started with the integration, deploy the ServiceNow Provisioner files to your PingFederate directory.
Steps
-
Download the ServiceNow Provisioner
.zip
archive from the Ping Identity Integration Directory. -
Stop PingFederate.
-
If you’re upgrading an existing deployment, delete the
pf-servicenow-quickconnection-<version>.jar
file from your<pf_install>/pingfederate/server/default/deploy
directory. -
Extract the
.zip
archive and merge the contents of thedist
directory with your<pf_install>/pingfederate/server/default/deploy
directory. -
Enable the PingFederate provisioning engine: Open your
<pf_install>/pingfederate/bin/run.properties
file.Changepf.provisioner.mode
toSTANDALONE
. Save the file.To configure the
FAILOVER
mode instead, see Deploying provisioning failover in the PingFederate Server Clustering Guide. -
Start PingFederate.
-
If you operate PingFederate in a cluster, repeat steps 2-4 and step 6 for each engine node.