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 https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userdevicesettings#manage-user-authentication-options, or via Pow...
DanNewton
Jan 12, 2024Copper Contributor
Following the above comment the new graph endpoint seems to be
https://graph.microsoft.com/beta/users/{UserID}/authentication/methods/resetTraditionalAuthenticationMethods
This returns a 204 when invoked via the Entra ID portal but so far I've been unable to call this endpoint outside of there e.g. postman. I am still trying to figure out which permissions would be required...
{
"error": {
"code": "accessDenied",
"message": "Request Authorization failed",
"innerError": {
"message": "Request Authorization failed",
"date": "2024-01-12T09:45:39",
"request-id": "X",
"client-request-id": "X"
}
}
}