Deploying the integration files
To get started with the integration, deploy the Amazon Web Services Connector files to your PingFederate installation directory. This must be done on the administrative node installation first, regardless of whether you use PingFederate in STANDALONE
mode or as part of a cluster.
Steps
-
Download the Amazon Web Services Connector
.zip
archive from the Ping Identity Integration Directory. -
Stop PingFederate.
-
If you’re upgrading an existing deployment, delete the
pf-aws-quickconnection-<version>.jar
file from your<pf_install>/pingfederate/server/default/deploy
directory. -
Extract the
.zip
archive and copy thepf-aws-quickconnection-<version>.jar
file from thedist
directory to the<pf_install>/pingfederate/server/default/deploy
directory.You will use the supplied
aws-saml-metadata.xml
file later in the Creating a provisioning connection procedure. -
Enable the PingFederate provisioning engine:
-
Open your
<pf_install>/pingfederate/bin/run.properties
file. -
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.
Result:
If you are using the PingFederate provisioning engine in
STANDALONE
mode on the administrative node, you have completed the deploying the integration files procedure. Otherwise, continue to step 7. -
If you are using the PingFederate provisioning engine in any mode other than
STANDALONE
mode, includingFAILOVER
mode in a clustered environment, repeat steps 2-4 and step 6 for each engine node.