Forum Discussion
Tom Garner
Oct 04, 2018Copper Contributor
Notify User of MFA Failure
Hello, I am searching high and low for a way to send a notification email to a user when an MFA failure occurs for their account. So far all I can find is in Cloud App Security where I was able...
LouisMastelinck
Jun 16, 2021Brass Contributor
Hi Tom
As you indicating that API's are your thing implementing a Logic app would be more suitable as allot of the connectors already exist.
You could create a logic app that checks every hour for users that have failed mfa attempts and for each user he finds you can send them an email with the logs and the message to your linking.
This will require a deeper dive into logic apps, but it should be possible to get the job done.
As you indicating that API's are your thing implementing a Logic app would be more suitable as allot of the connectors already exist.
You could create a logic app that checks every hour for users that have failed mfa attempts and for each user he finds you can send them an email with the logs and the message to your linking.
This will require a deeper dive into logic apps, but it should be possible to get the job done.