Skip to content

Commit f42f4d4

Browse files
author
Simonx Xu
committed
Revert "Fix"
This reverts commit ea3e676.
1 parent ea3e676 commit f42f4d4

1 file changed

Lines changed: 26 additions & 3 deletions

File tree

support/power-platform/dataverse/d365-app-outlook/dynamics-app-for-outlook-authentication-pop-up-blank-cannot-proceed.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,88 @@
11
---
22
title: Dynamics 365 App for Outlook Authentication Pop-Up Is Blank
3+
34
description: Solves the issue that the authentication pop-up is blank and you can't sign in to Dynamics 365 App for Outlook.
45
ms.reviewer: mkelan
56
ms.author: smurkute
67
author: shwetamurkute
78
ms.date: 02/20/2025
89
ms.custom: sap:Dynamics 365 App for Outlook Add-In
910
---
10-
1111
# App for Outlook authentication pop-up is blank and unable to sign in
1212

1313
The article solves an issue where you can't sign in to Microsoft Dynamics 365 App for Outlook successfully due to a blank authentication pop-up.
1414

15+
1516
## Symptoms
1617

1718
When you open [Dynamics 365 App for Outlook](/dynamics365/outlook-app/overview), it prompts you to allow an authentication pop-up. After you allow it, the pop-up opens. However, it's blank and prevents you from selecting an account to authenticate and sign in.
1819

20+
1921
## Cause
2022

2123
This behavior is due to a recent regression that has been mitigated. However, users who have previously signed in might still experience this issue until they clear their session and sign in again.
2224

2325
## Resolution
24-
25-
26+
> - If you're using Outlook on the web (OWA) or the classic Outlook desktop app on Windows, follow steps 1 to 3 to solve the issue.
2627
> [!NOTE]
2728
>
29+
> - If you're using Outlook on the web (OWA) or the classic Outlook desktop app on Windows, follow steps 1 to 3 to solve the issue.
2830
2931
> - If you're using [the new Outlook for Windows](https://support.microsoft.com/office/switch-to-new-outlook-for-windows-f5fb9e26-af7c-4976-9274-61c6428344e7) or Outlook on Mac, follow [these steps](#open-the-developer-tools-in-the-new-outlook-for-windows-and-outlook-on-mac) to open the Developer Tools, and then follow steps 1 to 3 to resolve the issue.
3032
33+
3134
### Step 1: Clear local storage and session storage from the add-in
3235

36+
1. Open the classic Outlook desktop app or OWA.
3337

38+
2. Open **Dynamics 365 App for Outlook**.
3439

40+
3. Right-click anywhere inside the add-in and select **Inspect**. The **Developer Tools** window will open.
3541

3642
4. Select the **Application** tab.
3743
5. Under **Storage**, select **Local Storage** and delete all stored data.
3844
6. Select **Session Storage** and delete all stored data.
3945
7. Close the **Developer Tools** window.
4046

47+
4148
### Step 2: Clear local storage and session storage from the authentication window
4249

4350

51+
1. Reopen **Dynamics 365 App for Outlook**.
52+
53+
2. If the authentication window appears, right-click inside it and select **Inspect**. The **Developer Tools** window will open.
4454

55+
3. Select the **Application** tab.
4556

57+
4. Under **Storage**, select **Local Storage** and delete all stored data.
4658

59+
5. Select **Session Storage** and delete all stored data.
4760

4861
6. Close the authentication window.
4962

63+
64+
5065
### Step 3: Reopen the add-in and complete authorization
5166

5267

5368

69+
1. Close and reopen Outlook.
70+
71+
2. Open **Dynamics 365 App for Outlook**.
72+
5473
3. If prompted, sign in with your credentials.
5574
4. Complete the authentication process.
5675

5776
### Open the Developer Tools in the new Outlook for Windows and Outlook on Mac
5877

5978

79+
- For the new Outlook for Windows:
80+
6081
1. Ensure Outlook is fully closed in Task Manager.
6182
2. Select <kbd>WIN</kbd>+<kbd>R</kbd>, and then run the `olk.exe –devtools` command to open Outlook with the Developer Tools.
6283

84+
6385
- For Outlook on Mac:
6486

87+
To open the Developer Tools, see [Debug Office Add-ins on a Mac](/office/dev/add-ins/testing/debug-office-add-ins-on-ipad-and-mac#debugging-with-safari-web-inspector-on-a-mac).
6588

0 commit comments

Comments
 (0)