gabeluci's avatar
gabeluci
Iron Contributor
Jan 14, 2022
Status:
New

Microsoft Graph: Add support for "Require re-register MFA"

Currently, "Require re-register MFA" can only be set in the Azure Portal, or via PowerShell using:

 

Set-MsolUser -UserPrincipalName username -StrongAuthenticationMethods @()

 

Please add support for this in the Microsoft Graph API.

  • duscu2's avatar
    duscu2
    Copper Contributor

    It appears that Microsoft has released a new Entra PowerShell module that uses Graph API. There's this command:

    Reset-EntraStrongAuthenticationMethodByUpn

    However, it doesn't seem to do anything. Anyone had any luck with that?

  • theMichael's avatar
    theMichael
    Copper Contributor

    I'd also like to add my support for this function in Microsoft Graph!

  • erwatkin's avatar
    erwatkin
    Copper Contributor

    I could really do with this. preventing some automation cases I am working on. is there an ETA for this being added?

  • Carl_Lowes's avatar
    Carl_Lowes
    Copper Contributor

    Any news from someone on this? Definitly looking into a solution for this.