MFA - Tracking Registration & Changes to Setup

Copper Contributor

Hi everyone,

 

I have a 2 part question regarding MFA:

 

I'm currently rolling it out to the organisation I work for and I'm hoping to get an email alert every time someone completes the registration process and is set up, and conversely an alert if someone is removed from the MFA system.

 

The second alert I'm after is if a different device is configured within the MFA registration settings to receive SMS messaging or linked to the Microsoft Authentication App

 

I'm convinced there's a way to achieve this through the Cloud Application Security Centre as you can configure policies to trigger alerts for specific events, but I cannot figure out which ones in particular I need to set up monitoring for to trigger the email.

1 Reply

There's no such built-in functionality, but you can configure an Alert policy and attach it to the corresponding audit event. Do note that it will fire up for other "Update user" events. More info here: 

https://docs.microsoft.com/en-us/office365/securitycompliance/alert-policies

 

If you need to scope down the alert to just this specific action, and the device configured, your only option is to write a PowerShell script that periodically reads this data for all users and sends you an email.