I have developed an webapp using angular2 front end with rest controller service layer. i registered my app in azure ad. system admin enabled the MFA for the web app. Now while running the application i am getting the below error.
at [Source: {"error":"interaction_required","error_description":"AADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access
Can someone provide any tutorials or sample code to implement authentication against MFA enabled azure AD ?