pingid-api-playground

Overview

Java application to test the PingID API operations. This sample application can help a developer understand the flows and the tokens involved with using the PingID API.

System Requirements / Dependencies

Requires:

Libraries & Dependencies:

Installation

  1. Install the latest Maven (https://maven.apache.org/)
  2. Open a command line and from {your_location}/pingid-api-playground/ execute
    mvn clean package
  3. Copy target\pingid-api-playground.war to a Java web application server (i.e. Tomcat)

Usage

  1. Launch the application (i.e. https://localhost:8080/pingid-api-playground)
  2. Upload your PingID properties file
  3. Execute API operations

Disclaimer

This software is open sourced by Ping Identity but not supported commercially as such. Any questions/issues should go to the Github issues tracker or discuss on the Ping Identity developer communities . See also the DISCLAIMER file in this directory.