This article describes how to generate a report of Secure Web Authentication (SWA) active applications using Okta API.
- Okta API
- Applications
- Postman
- Install Postman and integrate it with Okta.
- After it is installed, download the desired collections.
- Use the Apps (Okta API) / List ACTIVE Apps API command. Click Send.
{{url}}/api/v1/apps?filter=status eq "ACTIVE" - 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, thesignOnModeattribute will have the information on whether it is a SWA application.- Secure Web Authentication (SWA) applications will have
"signOnMode"as"BROWSER_PLUGIN".
- Secure Web Authentication (SWA) applications will have
- Copy the body of the Response from Postman. Save the JSON file by clicking Save Response > Save to a file.
- Then, convert the JSON to a CSV file using the desired conversion method.
- 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.
- Sort or filter on
signOnModeto separate SWA applications.
