<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
Generate a List of Users Enrolled in Okta FastPass via Desktop Okta Verify
Okta Verify
Okta Identity Engine
Overview

This article provides a guide on how to accurately identify and generate a comprehensive list of all users who are actively enrolled in Okta FastPass via the Okta Verify for Desktop application (Windows and macOS) within the Okta Identity Engine (OIE) tenant. This data may be necessary for security auditing, compliance reporting, and tracking the success of the passwordless migration strategy.

Applies To
  • Okta Identity Engine (OIE)
  • Okta FastPass
  • Okta Verify for Desktop on Windows or macOS
  • Multi-Factor Authentication (MFA)
Solution

Generate a list of users enrolled in Okta FastPass (Okta Verify for Desktop on Windows or macOS) by using the Okta System Log in the Admin Console.

 

  1. Access the Okta Admin Console.
  2. Go to the System Log.
  3. Use the following query to filter for FastPass enrollments on desktop devices:
    eventType eq "user.mfa.factor.activate" and outcome.reason eq "User set up SIGNED_NONCE factor" and client.device eq "Computer"

This query will return users who have activated the Signed Nonce (FastPass) factor specifically on a computer (Windows or macOS).

 

  1. Export the results as a CSV file for further analysis.
Loading
Generate a List of Users Enrolled in Okta FastPass via Desktop Okta Verify