Introducing Advanced Identity Cloud and PingAM Journey support
PingOne Advanced Identity Cloud PingAM Android iOS JavaScript
The Journey module can leverage PingOne Advanced Identity Cloud authentication journeys and PingAM authentication trees, and their associated callbacks. For more information, refer to Supported Nodes and Callbacks.
It empowers you to build applications that can handle the changes to your authentication journeys in real time, without having to redeploy your app.
As you step through each node in a journey, you render the appropriate user interface to collect input from your users. The Journey module then returns the input and continues the journey.
For example, let’s say you want to use this authentication flow:
-
Collect and verify username and password credentials.
-
Gather one or more knowledge-based answers (KBA), such as the user’s first school, or favourite sports team.
-
Store the answers in the user’s profile.
You can use the SDK to make each callback call the next step in the tree. You don’t have to traverse the REST APIs to call the next step.