I need to use the Azure Ad Multifactor Authenticating. but not in login , I have one or few functions in my application where I need to make the logged-in user who is making the request confirm by entering the MFA six digits code. and I have to validate that it is accurate before executing the request.
This can be done using the Google authenticator. but in AAD, I don't have the code that that the user used to initiate his MFA app. in other words the QR code. If I do have this code (Base64) code, I can use any TOTP protocol to validate the six digits number the user entered.
any ideas?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…