Orchestration SDKs

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:

  1. In the Project tree view of your Android Studio project, open the Gradle Scripts/build.gradle file for the module.

  2. In the dependencies section, add the required dependencies:

    Example dependencies section 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.