<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 Identify All RADIUS Based Applications in Okta
Administration
Okta Classic Engine
Okta Identity Engine
Overview

This article describes how to create a custom report that will display all the RADIUS-based apps set up in Okta.

Applies To
  • Custom report
  • RADIUS Apps
Solution
  1. Log in to the Admin Console.
  2. Navigate to Reports > System Log.
  3. Filter all the login events involving RADIUS to see what apps are utilizing it.
  4. The following query will allow the admin to filter the apps: eventType eq "user.authentication.auth_via_radius" and outcome.result eq "SUCCESS".
  5. Click Download CSV.
  6. Check for the app being used by checking the column named target1.type.
  7. Apply a filter and search for AppInstance.
  8. The column that shows target1.alternate_id will list the names of the apps in use.


Related References

Loading
How to Identify All RADIUS Based Applications in Okta