Verify CurrentSkipCount for Passkey Enrollment in the Okta System Log
Last Updated:
Overview
Query the Okta System Log for the user.mfa.promote_enrollment event type to verify the CurrentSkipCount for passkey enrollment prompts. Reviewing the debug context of this event reveals how many times a user skips the optional passkey enrollment prompt when the Stop showing after number of skips feature is active.
With this Feature being configured:
Stop showing after number of skips
Applies To
- Okta Identity Engine (OIE)
- System Log
- Multifactor Authentication (MFA)
- Passkey
Solution
How is the CurrentSkipCount verified for passkey enrollment in the Okta System Log?
Query the Okta System Log, expand the event details, and review the debug data to find the skip count.
- Navigate to the Okta Admin Console.
- Go to Reports and select System Log.
- Enter
eventType eq "user.mfa.promote_enrollment"in the search field and initiate the search. - Locate the specific event for the user and expand the event details.
- Expand DebugContext and then expand DebugData.
- Locate the
CurrentSkipCountfield to view the number of times the passkey enrollment was skipped.
