Forum Discussion

Keerthi_T's avatar
Keerthi_T
Copper Contributor
Feb 21, 2022

Authenticate a authorizer user inside already existing parent user session in MFA

Hi All,

 

We have done MFA implementation for an application.

 

There is a functionality where a pop up comes on screen to authenticate the user for verification purpose inside already exiting parent user session. So users are not able to proceed with verification as old credentials are no more in use after MFA is implemented.

 

So need to authorize user without corrupting existing user object in MFA.

 

Please help me in understanding how to achieve the above.

 

Regards,

Keerthi T

1 Reply

  • Jai Verma's avatar
    Jai Verma
    Brass Contributor
    Look at the code provided here - https://docs.microsoft.com/en-us/aspnet/core/security/authentication/mfa?view=aspnetcore-6.0

    Based on this see if you can successfully deploy Azure MFA.

Resources