---
title: Step 3. Test the app
description: Provides instructions on how to test the sample app for the Android OIDC sign-on module tutorial with PingAM.
component: orchsdks
page_id: orchsdks:oidc:try-it-out/android/pingam/03_test-the-app
canonical_url: https://developer.pingidentity.com/orchsdks/oidc/try-it-out/android/pingam/03_test-the-app.html
revdate: Thu, 2 Apr 2026 11:33:37 +0100
keywords: ["OAuth 2.0", "OpenID Connect", "Tutorial", "Source Code", "Integration", "SDK", "Android", "PingAM", "test app"]
section_ids:
  log_in_as_a_demo_user: Log in as a demo user
---

# Step 3. Test the app

[icon: circle-check, set=far]PingAM [icon: android, set=fab]Android

* [Prepare](00_before-you-begin.html)

* [Download](01_download-sample-repo.html)

* [Configure](02_configuring-connection-properties.html)

* **Run**

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

## Log in as a demo user

1. In Android Studio, select Run > Run 'oidc'.

   The Android emulator launches the default browser and starts the authentication journey:

   ![Starting the default authentication journey in the 'kotlin-oidc' sample app](../../../_images/sample-apps/android-kotlin-oidc-pingam-login.png)Figure 1. Starting the default authentication journey in the 'kotlin-oidc' sample app

2. Sign on as a demo user:

   * Name: `demo`

   * Password: `Ch4ng3it!`

   If authentication is successful the app displays user info:

   ![Showing user info in the 'kotlin-oidc' sample app](../../../_images/sample-apps/android-kotlin-oidc-pingam-user-info.png)Figure 2. Showing user info in the 'kotlin-oidc' sample app

3. Tap the menu icon ([icon: bars, set=fas]), and then tap [icon: generating_tokens, set=material, size=inline] Show Token.

   The app displays the user's access and refresh tokens, if issued:

   ![Showing user info in the 'kotlin-oidc' sample app](../../../_images/sample-apps/android-kotlin-oidc-pingam-access-token.png)Figure 3. Showing access tokens in the 'kotlin-oidc' sample app

4. Tap the menu icon ([icon: bars, set=fas]), and then tap **[icon: logout, set=material, size=inline] Logout**.

   The app logs the user out of PingAM, revokes the tokens, and returns to the start of the default authentication journey.
