Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pingidentity/startauthenticationsample
https://github.com/pingidentity/startauthenticationsample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pingidentity/startauthenticationsample
- Owner: pingidentity
- License: other
- Created: 2017-07-31T16:16:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T20:16:45.000Z (over 1 year ago)
- Last Synced: 2023-09-06T22:58:55.358Z (over 1 year ago)
- Language: Java
- Size: 742 KB
- Stars: 1
- Watchers: 10
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.