<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Find the Client ID for OIDC Applications
Okta Classic Engine
API Access Management
Overview

This article describes how to determine the Application ID and the Client ID for an OpenID Connect application. For most OpenID Connect applications, the Application ID will be the same as the Client ID, but this may not always be the case, depending on how the application was created.

Applies To
  • OpenID Connect (OIDC) applications
  • Okta Classic Engine
Solution

Find the Application ID and the Client ID for an OpenID Connect application by:

  • Leveraging the Okta Apps API to display a list of all available apps: {{OKTA-url}}/api/v1/apps
    • The Application ID will be the `id` returned for the app.
    • The Client ID will be in the OAuth Credential object within the application.
  • Navigating to the application in the Okta Admin Console.
    • The Application ID will be located in the URL in the browser's address bar.
    • The Client ID can be found on the General Settings tab when creating/viewing the OIDC app (at the top).

NOTE: The Dynamic Client Registration endpoint will only work with and will only return the Client ID, not the Application ID.

Loading
How to Find the Client ID for OIDC Applications