Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

Office 365: Unable to Authenticate Your Credentials

Madalina DinitaAugust 6, 2020 Comments (0)
fix office 365 unable to authenticate your credentials

Office 365’s Unable to Authenticate Your Credentials is not a frequent error code but it’s definitely a very annoying one. It usually occurs for two main reasons:

  • Your username uses an incorrect format
  • Azure Multi-Factor Authentication is enabled on your account.

Fixing it is not that obvious but in this guide, we’ll list a few handy solutions to help you solve this problem.

Contents

  • 1 How to Fix Office 365 Credential Authentication Errors
    • 1.1 1. Enable TLS 1.2
    • 1.2 2. Check your user name format
    • 1.3 3. Disable Azure Multi-Factor Authentication
    • 1.4 4. Disable Active Sync
    • 1.5 5. Allow EWS

How to Fix Office 365 Credential Authentication Errors

1. Enable TLS 1.2

If you’re using MSolService, make sure TLS 1.2 is enabled. You can quickly enable TLS 1.2 by running the following Powershell command:

[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12

2. Check your user name format

Make sure you’re not using an incorrect format for your user name. The correct format to use is the following: <user_name >@<domain>. Make sure there are no typos either.

3. Disable Azure Multi-Factor Authentication

If the problematic account is enabled for Azure Multi-Factor Authentication, you may want to disable this feature. Keep in mind that Microsoft does not support the Azure AD Module for Windows PowerShell.

Alternatively, you can try using a different admin account but make sure it is not enabled for Azure Multi-Factor Authentication.

4. Disable Active Sync

ActiveSync is a useful protocol that synchronizes the Exchange mailbox with mobile devices. Disabling ActiveSync will, of course, stop the user mailbox from synchronizing with mobile devices but it could potentially help you to solve this problem.

Just like with Azure Multi-Factor Authentication, there have been quite a few reports about ActiveSync breaking certain Office 365 features, and disabling it could be a possible remedy for this issue.

5. Allow EWS

If you’re getting the Unable to Authenticate Your Credentials error on a Macbook, and you cannot get your program to authenticate with the Office 365 account, try using a dedicated cmdlet to allow the connection.

For example, if Outlook is the program crippled by this error code, use the Set-CASMailbox < Alias > -EwsAllowMacOutlook $True cmdlet to allow EWS (Exchange Web Services) for Mac.

We hope one of these solutions helped you to fix this Office 365 credential error. However, if the error persists and you need help, contact Microsoft Support.

Categories: Office

Author Madalina Dinita

Madalina has been a Windows fan ever since she got her hands on her first Windows XP computer. She is interested in all things technology, especially emerging technologies -- AI and DNA computing in particular.

You Might Also Like

  • Excel Header

    Enable/Disable Display of Formulas in Cells in Excel

    Mitch BartlettOffice
  • MS Word Header

    Word: Divide Page Into Columns

    Mitch BartlettOffice
  • How to Connect Outlook 2023 to Gmail

    Judy SanhzOffice
  • How to Get Microsoft Office Free for Students and Teachers

    Kat ArmstrongOffice

Leave a Reply

Your email address will not be published. Required fields are marked *

average laptop lifespan

What Is an Average Laptop Lifespan?

fix 0x80070302 windows update error

How to Fix the 0x80070302 Windows Update Error

how to allocate more memory to a program

How to Allocate More Memory to a Program in Windows

marvel rivals memory leak fix

Marvel Rivals Using Too Much Memory – How to Fix

how to create a macro in word

How to Create a Macro in Word

profile pic

The Experts Behind Technipages

My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2025 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Legal & Privacy

© 2025 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.

Last Updated on August 6, 2020 by Mitch Bartlett