Install the QuickStart utility along with PingAccess and PingFederate.
- Download PingFederate 10.3 or later.
- Install PingFederate.
- 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 the <PingFederate Home>/server/default/deploy directory.
- Copy the contents of the <Quickstart Home>/plugins/conf directory into the <PingFederate Home>/server/default/conf directory.
Note: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
- Download PingAccess 6.0 or later.
- 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