<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 Verify User Login via Okta FastPass from System Logs
Administration
Okta Classic Engine
Okta Identity Engine
Overview
Okta Admins may want to identify the User login method via System Logs. This article discusses which filters to use.
Applies To
  • Okta Login
  • FastPass
  • System Logs
  • Login Method
Solution
  1. From the Admin Console,  go to Reports > System log.

  2. To see who is using FastPass, run this query in the search bar:

    target.detailEntry.methodTypeUsed eq "Use Okta FastPass"

    System log  
  3. To check when the user enrolled their device in FastPass, use this query:

    eventType eq "device.enrollment.create"

     


 

Loading
How to Verify User Login via Okta FastPass from System Logs