Install the connector
About this task
This section describes the common steps required to install the PingFederate Egnyte Connector.
Steps
-
Download the Egnyte Provisioner
.zip
archive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace. -
Stop the PingFederate server if it is running.
-
Extract the Egnyte Connector distribution
.zip
archive. -
Copy the contents of the
dist
directory into the<pf_install>/pingfederate/server/default/deploy
directory. -
(Optional) If you plan to use the connector for outbound provisioning, edit the
run.properties
file located in<pf_install>/pingfederate/bin
, changing the propertypf.provisioner.mode
toSTANDALONE
.For example:
pf.provisioner.mode=STANDALONE
To configure the
FAILOVER
mode instead, learn more in Deploying provisioning failover in the PingFederate server clustering guide. -
Start the PingFederate server.