Forum Discussion
NKubaraselvan
Jul 23, 2024Copper Contributor
FIDO2 as MFA Authenticator
Hello all,
I am trying to generate a report that will tell me the type of FIDO2 passkeys that users are using. Anyone have similar experience or an idea of which field from the sign-in logs I can use to generate the report?
Thanks in advance.
- Use the User registration details report in the Entra portal (or via Graph: https://learn.microsoft.com/en-us/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta&tabs=http). FIDO2 will appear as "passkey (other)" therein.
If you want more granular detail, you can also get them via the /authentication/fido2Methods endpoint: https://learn.microsoft.com/en-us/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0&tabs=http