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