gabeluci
Jan 14, 2022Iron Contributor
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.
- duscu2Copper 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? - theMichaelCopper Contributor
I'd also like to add my support for this function in Microsoft Graph!
- Matt1983Copper Contributor
We definitively need this feature in MS Graph API.
- erwatkinCopper Contributor
I could really do with this. preventing some automation cases I am working on. is there an ETA for this being added?
- Carl_LowesCopper Contributor
Any news from someone on this? Definitly looking into a solution for this.
- CarlJaspersohnCopper Contributor
Adding my support for this!