Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pingidentity/startauthenticationsample


https://github.com/pingidentity/startauthenticationsample

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This authentication sample code demonstrates the usage of the StartAuthentication API call of PingID.

**Prerequisites:**


* Existing organization with properties file

(can be download from the Admin Web-Portal -> Setup -> PingID -> Client Integration)
* An existing user with at least one paired device.

the flow of the authentication depends on the number of devices paired for the user and the organization's configuration
(e.g. multiple devices, selection mode)

**How to run this sample:**


1. *mvn install*
2. *java -jar target/authentication-0.0.1-SNAPSHOT-jar-with-dependencies.jar /env/props/pingid.properties jdoe*


**DISCLAIMER:** This is a simple, non-official, unsupported, main application that assumes that the inputs are correct and does no validation.