In my app, While fetching the data from exchange using REST Api's, I am getting this error
- **API HttpError 400 when requesting https://login.windows.net/common/oauth2/token for user xyz@abc returned '{"error":"interaction_required","error_description":"AADSTS50079: Due to a configuration change made by your administrator, or because you moved to a new location, you must enroll in multi-factor authentication to access **
As I have not made any changes in my account settings still I am getting an error related to MFA. So because of this, my app is getting disconnected. Also some time, app is able to fetch all the events from my exchange account. What can be the possible reason for this problem?