
b9vx3 (b9vx3) asked a question.
We're going to be decommissioning Okta due to an acquisition. As part of this process, we will need to go through all of our applications that are using SAML and switch them back to using SWA. Rather than going app-by-app and looking at the settings, is there any way to pull a report showing all the active apps that are using SAML?

Make an API call to https://<yourorg>.okta.com/api/v1/apps?filter=status eq "ACTIVE"&limit=200. The "signOnMode" attribute will have the information you're looking for.
If you're not familiar with using Okta's APIs, the following page has a great guide: https://developer.okta.com/code/rest/