<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 Obtain an Okta Application ID

Administration
Okta Classic Engine
Okta Identity Engine

Overview

Okta assigns a unique, pseudo-randomly generated ID to each application upon creation to identify it in both internal and external contexts. Application Programming Interface (API) calls, external ID user attribute mappings, and System Log queries require this identifier. Administrators can get the application ID directly from the application URL in the Admin Console or through the System Log search bar.

Applies To

  • Okta Identity Engine (OIE)
  • Okta Classic Engine
  • Application ID
  • Application Programming Interface (API)
  • System Log

Solution

How can administrators find the application ID for an application in Okta?

 

Navigate to the application in the Admin Console to extract the unique identifier from the browser URL, or locate it in the System Log search bar, as detailed in the video demonstration or the written instructions.

  1. Sign in to the Okta Admin Console and navigate to Applications.

  2. Search for and select the application.
  3. Review the URL shown in the browser address bar. The URL follows a specific format containing the application ID.
    https://<subdomain>-admin.okta.com/admin/app/<application_name>/instance/<application_id>/


DocuSign App 

  1. Extract the <application_id> from the URL based on the example format. Alternatively, view the exact ID in the System Log search bar after selecting the View Logs link on the application page.

 

 

How can Okta administrators use the application ID in API calls and System Log queries?

 

Utilize the extracted application ID to filter System Log events or execute Application API calls.

  • Use the application ID in a System Log search filter:
    target.id eq "<application_id>" and target.type eq "AppInstance"

 

 

Related References

Loading
Okta Support - How to Obtain an Okta Application ID