Forum Discussion

MarcioOlivieri's avatar
MarcioOlivieri
Copper Contributor
Aug 18, 2021
Solved

Allow Help-Desk to trigger MFA notifications to users (identify confirmation)

We have implemented SSPR (Self-Service Password Reset) with success, however there are situations where our users can't perform the process (or are not willing to). So they call Help-Desk, in order to reset their AD password. It would be nice to have a way where Help-Desk staff could trigger a MFA verification (e.g. text message) to the user, based on his/her MFA notification methods. Then once user confirms the code, Help-Desk would go ahead and reset password.
Some tool or section in Azure Portal would be interesting...

  • Unfortunately there’s no native functionality for this within Azure AD. It sounds like an interesting idea though. Seeing there is no programmatic way to do this either, a third party solution may be able to offer this but it would require its own ‘Authenticator app’ for this to work. It might be worthwhile to raise this on UserVoice to get more traction and/or attention from Microsoft aswell.

5 Replies

  • CB23786's avatar
    CB23786
    Copper Contributor

    While there is no native or supported solution with MS Authenticator, it is technically possible to send an MFA push with PowerShell and some Microsoft software.

    • seceng1823's avatar
      seceng1823
      Copper Contributor
      CB23786 would you mind sharing that PowerShell script if you got one working for this?
      • jheimbergerMPW's avatar
        jheimbergerMPW
        Copper Contributor
        This may be useful:

        https://www.cyberdrain.com/automating-with-powershell-sending-mfa-push-messages-to-users/
  • djpirocchi's avatar
    djpirocchi
    Copper Contributor

    MarcioOlivieri 

     

    FYI. 

    There is a uservoice named “Enable Helpdesk push notification for user verification” that we can upvote.  

     

    https://feedback.azure.com/d365community/idea/97898804-e825-ec11-b6e6-000d3a4f06a4

  • Unfortunately there’s no native functionality for this within Azure AD. It sounds like an interesting idea though. Seeing there is no programmatic way to do this either, a third party solution may be able to offer this but it would require its own ‘Authenticator app’ for this to work. It might be worthwhile to raise this on UserVoice to get more traction and/or attention from Microsoft aswell.

Resources