pingidentity / pingid-api-playground

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.
Apache License 2.0
12 stars 14 forks source link

Multi-device support for AuthenticateOnline and UnpairDevice operations. And QR Code generation. #2

Open tmasselink opened 8 years ago

tmasselink commented 8 years ago

Using the new multi-device functionality the playground can now let you AuthenticateOnline to a specific device and UnpairDevice with a specific device. You get the device ID by calling GetUserDetails and looking at devices details array.

Also added QR code generation all done in JavaScript.