Share via


Authentication issues in SharePoint Designer 2013

Symptoms

When you try to sign in to SharePoint Designer 2013, one of the following issues occurs:

  • You receive the error: "We are unable to connect right now."

  • You receive the error: "We are unable to sign you in to <your organization, such as Contoso>."

  • You receive the error: "Can't connect right now. Please check your network and try again later."

  • You're repeatedly prompted to enter credentials.

Cause

These issues occur if you disabled the authentication method which uses the Identity Client Runtime Library (IDCRL) to use modern authentication instead. Modern authentication uses the Azure Active Directory Authentication Library (ADAL) while SharePoint Designer 2013 natively uses the IDCRL for authentication. SharePoint Designer 2013 can't use modern authentication without meeting additional requirements.

Resolution

To resolve the authentication errors, use the following steps to enable SharePoint Designer 2013 to use modern authentication:

  1. Verify that you're using the 32-bit version of SharePoint Designer 2013. If you're using the 64-bit version, the steps in this resolution might not work correctly. You can uninstall the 64-bit version of SharePoint Designer 2013 and install the 32-bit version of SharePoint Designer 2013 to continue.

  2. Open the Registry Editor and then locate the following subkey:

    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common

  3. Select View > Refresh, or press F5 to refresh the registry.

  4. Select Identity under the Common subkey and check the value of the EnableADAL entry.

    If that entry doesn't exist, follow these steps:

    1. Right-click Identity, select New > DWORD (32-bit) Value, and then enter EnableADAL as the name.

    2. Double-click EnableADAL, enter 1 in the Value data field, and then select OK.

    If the value of that entry isn't 1, double-click EnableADAL, enter 1 in the Value data field, and then select OK.

  5. Exit the Registry Editor.

  6. Install the 32-bit version of Service Pack 1 (SP1) for SharePoint Designer 2013, and then restart your computer.

  7. Install the 32-bit version of August 2, 2016, update for SharePoint Designer 2013 (KB3114721), and then restart your computer.

  8. Install the 32-bit version of Security update for Office 2013: September 10, 2019, and then restart your computer.

  9. If the authentication issue persists, install the 32-bit version of the following updates, and then restart your computer:

  10. If you still see authentication issues, clear the SharePoint Designer 2013 cache:

  • Close SharePoint Designer 2013.

  • On the local computer, navigate to the following folders and remove all the files in each folder:

  • %APPDATA%\Microsoft\Web Server Extensions\Cache

  • %APPDATA%\Microsoft\SharePoint Designer\ProxyAssemblyCache

  • %USERPROFILE%\AppData\Local\Microsoft\WebsiteCache

Modern authentication should now be enabled for SharePoint Designer 2013 and you shouldn't see any authentication issues.