Forum Discussion
Per-User MFA State Added to Tenant Passwords and MFA Report
The MFA state of a user's account has always been available in the User Registration Details under Monitoring in Authentication Method, except that it requires the Entra ID plan 2 license.
Is the new inclusion, in Microsoft Graph SDK, available for Entra ID plan 1 subscription too?
Thanks.
KingsleyU You can have as many authentication methods registered as you like, but that only tells you that an account is prepared to use MFA. It does not tell you that the account uses MFA, which is why the report script uses the interactive sign-in log to verify when accounts last completed a successful MFA connection. Also, the registration methods are available using the
- KingsleyUJun 18, 2024Brass Contributor
Thanks for the information.
Typically when a user account has been enrolled for MFA, it is only optional for the next 14 days after when it becomes mandatory.
Hence, the attribute provides a granular detail of the user account's MFA state, easily, otherwise, the sign-in report should provide information whether or not the user's account was signed in with MFA and when it was last authenticated.
Thanks.
- TonyRedmondJun 18, 2024MVPThat's why the report uses sign-in data to say when users last signed in successfully using an MFA method...