Step 1. Installing Android dependencies
PingOne Advanced Identity Cloud PingAM Android
To capture contextual data and perform risk evaluations, you must add the PingOne Protect module to your Orchestration SDK project.
To add the PingOne Protect dependencies to your Android project:
-
In the Project tree view of your Android Studio project, open the
Gradle Scripts/build.gradlefile for the module. -
In the
dependenciessection, add the required dependencies:Exampledependenciessection after editing:dependencies { // Journey module implementation 'com.pingidentity.sdks:journey:2.0.0' // PingOne Protect module implementation 'com.pingidentity.sdks:protect:2.0.0' }
After installing the module, you can proceed to Step 2. Integrating PingOne Protect auth journeys in Android.