|
1 | 1 | --- |
2 | 2 | title: Dynamics 365 App for Outlook Authentication Pop-Up Is Blank |
| 3 | + |
3 | 4 | description: Solves the issue that the authentication pop-up is blank and you can't sign in to Dynamics 365 App for Outlook. |
4 | 5 | ms.reviewer: mkelan |
5 | 6 | ms.author: smurkute |
6 | 7 | author: shwetamurkute |
7 | 8 | ms.date: 02/20/2025 |
8 | 9 | ms.custom: sap:Dynamics 365 App for Outlook Add-In |
9 | 10 | --- |
10 | | -
|
11 | 11 | # App for Outlook authentication pop-up is blank and unable to sign in |
12 | 12 |
|
13 | 13 | 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. |
14 | 14 |
|
| 15 | + |
15 | 16 | ## Symptoms |
16 | 17 |
|
17 | 18 | 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. |
18 | 19 |
|
| 20 | + |
19 | 21 | ## Cause |
20 | 22 |
|
21 | 23 | 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. |
22 | 24 |
|
23 | 25 | ## 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. |
26 | 27 | > [!NOTE] |
27 | 28 | > |
| 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. |
28 | 30 |
|
29 | 31 | > - 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. |
30 | 32 |
|
| 33 | + |
31 | 34 | ### Step 1: Clear local storage and session storage from the add-in |
32 | 35 |
|
| 36 | +1. Open the classic Outlook desktop app or OWA. |
33 | 37 |
|
| 38 | +2. Open **Dynamics 365 App for Outlook**. |
34 | 39 |
|
| 40 | +3. Right-click anywhere inside the add-in and select **Inspect**. The **Developer Tools** window will open. |
35 | 41 |
|
36 | 42 | 4. Select the **Application** tab. |
37 | 43 | 5. Under **Storage**, select **Local Storage** and delete all stored data. |
38 | 44 | 6. Select **Session Storage** and delete all stored data. |
39 | 45 | 7. Close the **Developer Tools** window. |
40 | 46 |
|
| 47 | + |
41 | 48 | ### Step 2: Clear local storage and session storage from the authentication window |
42 | 49 |
|
43 | 50 |
|
| 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. |
44 | 54 |
|
| 55 | +3. Select the **Application** tab. |
45 | 56 |
|
| 57 | +4. Under **Storage**, select **Local Storage** and delete all stored data. |
46 | 58 |
|
| 59 | +5. Select **Session Storage** and delete all stored data. |
47 | 60 |
|
48 | 61 | 6. Close the authentication window. |
49 | 62 |
|
| 63 | + |
| 64 | + |
50 | 65 | ### Step 3: Reopen the add-in and complete authorization |
51 | 66 |
|
52 | 67 |
|
53 | 68 |
|
| 69 | +1. Close and reopen Outlook. |
| 70 | + |
| 71 | +2. Open **Dynamics 365 App for Outlook**. |
| 72 | + |
54 | 73 | 3. If prompted, sign in with your credentials. |
55 | 74 | 4. Complete the authentication process. |
56 | 75 |
|
57 | 76 | ### Open the Developer Tools in the new Outlook for Windows and Outlook on Mac |
58 | 77 |
|
59 | 78 |
|
| 79 | +- For the new Outlook for Windows: |
| 80 | + |
60 | 81 | 1. Ensure Outlook is fully closed in Task Manager. |
61 | 82 | 2. Select <kbd>WIN</kbd>+<kbd>R</kbd>, and then run the `olk.exe –devtools` command to open Outlook with the Developer Tools. |
62 | 83 |
|
| 84 | + |
63 | 85 | - For Outlook on Mac: |
64 | 86 |
|
| 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). |
65 | 88 |
|
|
0 commit comments