How to Verify User Login via Okta FastPass from System Logs
Last Updated:
Overview
Applies To
- Okta Login
- FastPass
- System Logs
- Login Method
Solution
-
From the Admin Console, go to Reports > System log.
-
To see who is using FastPass, run this query in the search bar:
target.detailEntry.methodTypeUsed eq "Use Okta FastPass"
-
To check when the user enrolled their device in FastPass, use this query:
eventType eq "device.enrollment.create"
