- Okta Login
- FastPass
- System Logs
- Login Method
-
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"
