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
.ziparchive from the Add-ons tab of the PingFederate downloads page or the Ping Identity Marketplace. -
Stop PingFederate.
-
If you’re upgrading an existing deployment, delete the
pf-aws-quickconnection-<version>.jarfile from your<pf_install>/pingfederate/server/default/deploydirectory. -
Extract the
.ziparchive and copy thepf-aws-quickconnection-<version>.jarfile from thedistdirectory to the<pf_install>/pingfederate/server/default/deploydirectory.You will use the supplied
aws-saml-metadata.xmlfile later in the Creating a provisioning connection procedure. -
Enable the PingFederate provisioning engine:
-
Open your
<pf_install>/pingfederate/bin/run.propertiesfile. -
Change
pf.provisioner.modetoSTANDALONE. Save the file.To configure the
FAILOVERmode instead, see Deploying provisioning failover in the PingFederate Server Clustering Guide.
-
-
Start PingFederate.
Result:
If you are using the PingFederate provisioning engine in
STANDALONEmode 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
STANDALONEmode, includingFAILOVERmode in a clustered environment, repeat steps 2-4 and step 6 for each engine node.