<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 Generate a Report of Secure Web Authentication (SWA) Applications via Okta API
Okta Classic Engine
Okta Identity Engine
Administration
Overview

This article describes how to generate a report of Secure Web Authentication (SWA) active applications using Okta API.

Applies To
  • Okta API
  • Applications
  • Postman
Solution
  1. Install Postman and integrate it with Okta.
  2. After it is installed, download the desired collections.
  3. Use the Apps (Okta API) / List ACTIVE Apps API command. Click Send.
    {{url}}/api/v1/apps?filter=status eq "ACTIVE"

     

  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 the response parameters, the signOnMode attribute will have the information on whether it is a SWA application.
    • Secure Web Authentication (SWA) applications will have "signOnMode" as "BROWSER_PLUGIN".

"signOnMode" as "BROWSER_PLUGIN"

  1. Copy the body of the Response from Postman. Save the JSON file by clicking Save Response > Save to a file.
  2. Then, convert the JSON to a CSV file using the desired conversion method.
  3. For example, use a 3rd Party online tool. However, please note that the following online tools are external links, and Okta is not responsible for the use of any of these tools.
  4. Sort or filter on signOnMode to separate SWA applications.


Related References

Loading
How to Generate a Report of Secure Web Authentication (SWA) Applications via Okta API