Office365 constantly popping up Basic Authentication dialog instead of Two Factor

Last Updated: July 27th, 2022/Published On: June 11th, 2021/By /Views: 1575/

We run into this often, so thought it would be good to share if anyone else runs into this.

Older Office 365 accounts are *NOT* set up to do modern authentication by default. So if the tenant was created prior to the change of default, you must do it manually. Otherwise, Outlook will keep trying basic authentication despite you having enabled two factor authentication.

To do this through the GUI you can go here:

If you prefer doing it through Powershell:

Set-OrganizationConfig -OAuth2ClientProfileEnabled $true
Categories: BlogTags:

Table of Contents