Authentication journey tutorial for Android
This tutorial guides you through creating a Ping SDK-enabled Android app from beginning to end. The app connects to a PingOne Advanced Identity Cloud tenant or PingAM server to authenticate a user using an authentication journey.
You’ll step through the user authentication journey and display the appropriate user interface, meaning you get to implement the design to your requirements.
Step 3. Initialize the SDK
In this step, you enable debug logging during development.
You then and add a call to the FRAuth.start()
method, which initializes the SDK and loads the configuration you have defined in the previous step.