<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
0D54z0000ABv8WaCQJOkta Classic EngineMulti-Factor AuthenticationAnswered2025-10-07T09:00:27.000Z2024-07-11T22:41:49.000Z2024-07-12T20:19:13.000Z

c63bc (c63bc) asked a question.

Report to show Okta Verify on Desktop users(Fastpass -signed_nonce)

Is it possible to generate a report to show the users who use okta verify app on their laptop using windows hello feature?

 


c63bc likes this.
  • Paul S. (Okta, Inc.)

    Hello @c63bc (c63bc)​ Thank you for posting on our Community page!

     

    At this time there is no such report, however you can leverage the System log for that and use the following expression:

    device.os_platform eq "WINDOWS" and debugContext.debugData.factor eq "SIGNED_NONCE"

     

    Thank you for reaching out to our Community and have a great day!

    --

    Help others in the community by liking or hitting Select as Best if this response helped you.

    Ask Us Anything thru 7/14: Okta WIC leadership want to hear from you 

    Expand Post
    Selected as Best
  • c63bc (c63bc)

    I tried generating the MFA usuage report and filtered by signed_nonce but this list includes mobile users as well, am specifically looking to identify the windows users utilizing this feature.

  • Paul S. (Okta, Inc.)

    Hello @c63bc (c63bc)​ Thank you for posting on our Community page!

     

    At this time there is no such report, however you can leverage the System log for that and use the following expression:

    device.os_platform eq "WINDOWS" and debugContext.debugData.factor eq "SIGNED_NONCE"

     

    Thank you for reaching out to our Community and have a great day!

    --

    Help others in the community by liking or hitting Select as Best if this response helped you.

    Ask Us Anything thru 7/14: Okta WIC leadership want to hear from you 

    Expand Post
    Selected as Best
    • c63bc (c63bc)

      That worked, Thank you so much!

This question is closed.
Loading
Report to show Okta Verify on Desktop users(Fastpass -signed_nonce)