Page created: 24 Jul 2019
|
Page updated: 8 Feb 2022
| 1 min read
Product PingFederate Integration Code42 Language English Integration Content Type Product documentation Audience Administrator
To get started with the integration, deploy the SCIM Connector files to your PingFederate directory.
- 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 the dist directory with your <pf_install>/pingfederate directory.
-
Enable the PingFederate
provisioning engine:
- Open your <pf_install>/pingfederate/bin/run.properties file.
-
Change
pf.provisioner.mode
toSTANDALONE
. Save the file.
Note: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.