Installing and configuring QuickStart components
Install the QuickStart utility along with PingAccess and PingFederate.
Steps
-
Optional: If you plan to use the one-time authentication app, install the client-initiated backchannel authentication (CIBA) authenticator plugin.
-
Copy the contents of the
Quickstart Home/plugins/deploy
directory into thePingFederate Home/server/default/deploy
directory. -
Copy the contents of the
Quickstart Home/plugins/conf
directory into thePingFederate Home/server/default/conf
directory.If you want to use an authenticator other than the CIBA authenticator, you must manually configure it in PingFederate before configuring the one-time authentication app.
-
-
Perform the first-time configuration
-
Install PingAccess and perform the first-time configuration.
-
Download and extract the PingAccess QuickStart bundle.
-
Change to the QuickStart directory and run the
quickstart-server-version.jar
file.java -jar quickstart-server-6.0.0.0.jar
You can use the
--server.port=port
argument to specify a port other than the default of 8443.java -jar quickstart-server-6.0.0.0.jar --server.port=8444