This article describes how to create a custom report that will display all the RADIUS-based apps set up in Okta.
- Custom report
- RADIUS Apps
- Log in to the Admin Console.
- Navigate to Reports > System Log.
- Filter all the login events involving RADIUS to see what apps are utilizing it.
- The following query will allow the admin to filter the apps:
eventType eq "user.authentication.auth_via_radius" and outcome.result eq "SUCCESS". - Click Download CSV.
- Check for the app being used by checking the column named target1.type.
- Apply a filter and search for AppInstance.
- The column that shows target1.alternate_id will list the names of the apps in use.
