<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 Pull a List of All Active Applications using OpenID Connect Authentication via Okta APPS API
API Access Management
Okta Classic Engine
Okta Identity Engine
Overview

This article describes how to pull a list of all active OpenId Connect applications using Okta APPS API.

Applies To
  • Okta API
  • Applications
  • Postman
Solution
  1. Log into the Okta Org and follow the steps for How to Integrate Postman with Okta.
  2. Next, download the Okta Apps API Postman Collection.
  3. Use the Apps (Okta API) / List ACTIVE Apps API command. Click Send.
  4. API call {{url}}/api/v1/apps?filter=status eq "ACTIVE" will list all active applications in the Okta org. The response received will be a 200 OK, along with all the data.
    • In Response parameters, the "signOnMode" attribute will indicate whether the application is an OIDC application.OIDC applications will have "signOnMode" as "OPENID_CONNECT."

API Call


Related References

Loading
How to Pull a List of All Active Applications using OpenID Connect Authentication via Okta APPS API