Hi,
I have a 365 developer 90 day trial I´m using for learning Office 365 development.
For 14 days, every time I tried to log in to the Azure Portal or the Office 365 tenant, it would prompt me to set up a multifactor authentication with the Microsoft authenticate app. And I was just clicking the ignore button.
Today, it was my last available day for ignoring it and I configured the multifactor authentication requested with the app and another email just to be able to continue with the learning path...
However now, I cannot authenticate from a dotnet console app I have been using to learn Microsoft graph because just username/password is not valid for me to get an authenticated token for a graph client in this console app.
This is the way I´m trying to connect to a graph client: (as you could see it's just username/password)
And finally this, is the error I´m getting:
"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 '00000003-0000-0000-c000-000000000000'.
Is there a way to just don´t use or require multifactor authentication in my whole 365 environment?
I tried going up to my office 365 admin center>multi-factor authentication settings, but it appears like if multi-factor was disabled for my account:
Why is this happening? Can I just configure all my organization to just work with username/password authentication?
Kind regards,
Luis