Deploy the provisioning connector
About this task
This section describes the common steps required to install the PingFederate PingID SDK Connector.
Steps
-
Stop PingFederate.
-
Delete any existing PingID SDK Connector files in the PingFederate directory.
-
Go to
<pf_install>/pingfederate/server/default/deploy
. -
Delete
pf-pingidsdk-quickconnection-<version>.jar
.
-
-
Deploy the provisioning connector.
-
Extract the PingID SDK Connector distribution file, and then go to
dist
. -
Copy
pf-pingidsdk-quickconnection-<version>.jar
to<pf_install>
/pingfederate/server/default/deploy
.
-
-
Enable the PingFederate provisioning engine.
-
In
<pf_install>/pingfederate/bin
, openrun.properties
for editing. -
Change
pf.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 1 - 5 for each instance of PingFederate.