---
title: Viewing application details
description: Use the Applications page to view details for applications that are managed by PingOne.
component: pingone
page_id: pingone:applications:p1_viewapplications
canonical_url: https://docs.pingidentity.com/pingone/applications/p1_viewapplications.html
revdate: January 10, 2025
page_aliases: ["p1_viewing_statistics.adoc"]
section_ids:
  steps: Steps
  result: Result:
---

# Viewing application details

Use the **Applications** page to view details for applications that are managed by PingOne.

## Steps

1. In the PingOne admin console, go to **Applications > Applications**.

   You can also search for applications or narrow your search to a particular application type.

   ### Result:

   The **Applications** page shows a list of configured applications.

   |   |                                                                                                                                                                                |
   | - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
   |   | The **Applications** list also shows the system applications: **PingOne Admin Console**, **PingOne Application Portal**, and **PingOne Self-Service Application - MyAccount**. |

2. To sort by application name, click **Application Name** at the top of the **Applications** list.

   ![A screen capture of the Applications page with the cursor on the sort by Application Name filter.](_images/p1-applications-sort.png)

3. To open the details panel for a particular application, click the application entry.

   The application details panel shows several tabs, but the tabs vary depending on the type of application. For example, only worker applications have the **Roles** tab. Learn more about the different application types in [Applications](p1_application_types.html).

   The application details panel includes the following tabs, depending on the type of application:

   * Overview

     **General**

     General information about the application. Use this page to see your application details at a glance. Learn more in [Editing an application](p1_editing_applications.html).

     * **App Type**: The type of application that was selected when the app was added, such as SAML, OpenID Connect (OIDC) *(tooltip: \<div class="paragraph">
       \<p>An authentication protocol built on top of OAuth that authenticates users and enables clients (relying parties) of all types to request and receive information about authenticated sessions and users. OIDC is extensible, allowing clients to use optional features such as encryption of identity data, discovery of OpenID Providers (OAuth authorization servers), and session management.\</p>
       \</div>)*, Native, or Single page.

     * **Description** (optional): A brief description of the application.

     * **Environment ID**: The environment to which the application was added. Use the **Copy to clipboard** icon to copy the environment ID.

     * **Client ID**: The unique identifier for the application. Use the **Copy to clipboard** icon to copy the client ID.

     * **Client Secret** (OIDC applications only): A secret code that is shared between the application and PingOne. You might need this value to get an access token or to integrate your application with other applications. Keep the client secret confidential.

     * **Home Page URL**: The default home page for the application.

     * **Signon URL**: The URL to which the application requests that the end user be redirected to sign on.

     **Connection Details**

     * Endpoints needed to set up or configure the application. For example, **OIDC Discovery Endpoint** for OIDC applications or **Initiate Single Sign-On URL** for SAML applications.

   * Configuration

     Configuration details that are specific to the type of application. For example, an OIDC application shows the authorization URL and token endpoint, among others, and a SAML application shows the ACS URLs and single logout (SLO) endpoints, among others. Learn more in [Editing an application](p1_editing_applications.html).

   * Resources

     Scopes for the application. The **Resources** tab doesn't apply to SAML applications. Learn more in [Resources](p1_resources.html).

   * Policies

     Authentication policies associated with the application. Learn more in [Authentication policies for applications](p1_auth_policies_for_applications.html).

   * Attribute Mappings

     Associations between PingOne user attributes and SAML or OIDC attributes in the application. For example, `Email Address` in PingOne could be mapped to `NameID` in a SAML application. Learn more in [Mapping attributes](../directory/p1_editsamlattributemapping.html).

   * Access

     Groups that can access the application. Learn more in [Groups](../directory/p1_groups.html).

   * Roles (Worker applications only)

     Role assignments for the application. Roles are used to assign permissions to a worker application. Learn more in [Administrator Roles](../directory/p1_roles.html).

   * Mobile (Native applications only)

     Push notification methods for the application, typically an authenticator application on a mobile device. Learn more in [Editing an application - Native](p1_edit_application_native.html).
