Ping SDKs

Step 3. Test the app

In the following procedure, you run the sample app that you configured in the previous step. The app performs a centralized login on your PingOne Advanced Identity Cloud instance.

Log in as a demo user

  1. In Android Studio, select Run > Run 'ping-oidc.app'.

  2. On the Environment screen, ensure the PingOne Advanced Identity Cloud environment you added earlier is correct.

    You can edit any of the values in the app if required.

    kotlin oidc app android config
    Figure 1. Confirm the PingOne Advanced Identity Cloud connection properties
  3. Tap Centralized Login.

    The app launches a web browser and redirects to your PingOne Advanced Identity Cloud environment:

    kotlin oidc app aic login
    Figure 2. Browser launched and redirected to PingOne Advanced Identity Cloud
  4. Sign on as a demo user:

    • Name: demo

    • Password: Ch4ng3it!

    If authentication is successful, the application returns to the access token screen.

  5. Tap the menu icon (), and then tap User Profile:

    kotlin oidc app android userinfo
    Figure 3. User info of the demo user
  6. Tap the menu icon (), and then tap Logout.

    The app logs the user out of PingOne Advanced Identity Cloud, revokes the tokens, and returns to the config page.