Deploying the integration files
To get started with the integration, deploy the SCIM Connector files to your PingFederate directory.
Steps
-
Download the SCIM Connector
.zip
archive from the Ping Identity Integration Directory. -
Stop PingFederate.
-
If you’re upgrading an existing deployment, delete the
pf-scim-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.