Install the connector
About this task
This section describes the common steps required to install the PingFederate Concur Connector.
If you experience issues with deployment, installation, or configuration, visit Ping Identity Support & Community (support.pingidentity.com/s/).
Steps
-
Stop the PingFederate server if it is running.
-
Extract the Concur Connector distribution
.zip
archive. -
Copy the contents of the
dist
directory into the directory:<pf_install>/pingfederate/server/default/deploy
-
(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, see Deploying provisioning failover in the PingFederate Server Clustering Guide. -
Start the PingFederate server.