Forum Discussion
Keenana4
Sep 10, 2021Copper Contributor
Trigger/Invoke MFA request for specific user via PowerShell or other tool?
Does anyone know if there is a way to manually trigger an MFA request for a user via PowerShell or another tool? The use case is that we would like to try and use Azure MFA as a means of identity ...
idpEntra
Apr 26, 2024Copper Contributor
Just wanted to bump ImperatorRuscal's comment with that link. It helped me a heap with a particular requirement I had to trigger MFA for high risk transactions. I found a reference to the same blog but this https://www.entraneer.com/blog/entra/authentication/transactional-mfa-entra-id#demo which uses the modern URLs and PowerShell commands to create the secrets and send the APIs requests. Can confirm this method works for now. ImperatorRuscal is right that these APIs are not exactly public. They are used for AD FS to make Authenticator requests when a user logs in.