Skip to content

Commit a1fccb8

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

1 file changed

Lines changed: 27 additions & 51 deletions

File tree

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

Lines changed: 27 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Dynamics 365 App for Outlook Authentication Pop-Up Is Blank
3-
2+
title: Dynamics 365 App for Outlook Authentication Pop-Up Is Blank
43
description: Solves the issue that the authentication pop-up is blank and you can't sign in to Dynamics 365 App for Outlook.
54
ms.reviewer: mkelan
65
ms.author: smurkute
@@ -10,79 +9,56 @@ ms.custom: sap:Dynamics 365 App for Outlook Add-In
109
---
1110
# App for Outlook authentication pop-up is blank and unable to sign in
1211

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-
12+
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.
1513

1614
## Symptoms
1715

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.
19-
16+
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.
2017

2118
## Cause
2219

2320
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.
2421

2522
## 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.
23+
2724
> [!NOTE]
2825
>
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-
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.
32-
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.
27+
> - 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.
3328
3429
### Step 1: Clear local storage and session storage from the add-in
3530

36-
1. Open the classic Outlook desktop app or OWA.
37-
38-
2. Open **Dynamics 365 App for Outlook**.
39-
40-
3. Right-click anywhere inside the add-in and select **Inspect**. The **Developer Tools** window will open.
41-
31+
1. Open the classic Outlook desktop app or OWA.
32+
2. Open **Dynamics 365 App for Outlook**.
33+
3. Right-click anywhere inside the add-in and select **Inspect**. The **Developer Tools** window will open.
4234
4. Select the **Application** tab.
4335
5. Under **Storage**, select **Local Storage** and delete all stored data.
4436
6. Select **Session Storage** and delete all stored data.
45-
7. Close the **Developer Tools** window.
46-
47-
48-
### Step 2: Clear local storage and session storage from the authentication window
49-
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.
54-
55-
3. Select the **Application** tab.
56-
57-
4. Under **Storage**, select **Local Storage** and delete all stored data.
58-
59-
5. Select **Session Storage** and delete all stored data.
60-
61-
6. Close the authentication window.
62-
63-
64-
65-
### Step 3: Reopen the add-in and complete authorization
66-
67-
68-
69-
1. Close and reopen Outlook.
70-
71-
2. Open **Dynamics 365 App for Outlook**.
72-
37+
7. Close the **Developer Tools** window.
38+
39+
### Step 2: Clear local storage and session storage from the authentication window
40+
41+
1. Reopen **Dynamics 365 App for Outlook**.
42+
2. If the authentication window appears, right-click inside it and select **Inspect**. The **Developer Tools** window will open.
43+
3. Select the **Application** tab.
44+
4. Under **Storage**, select **Local Storage** and delete all stored data.
45+
5. Select **Session Storage** and delete all stored data.
46+
6. Close the authentication window.
47+
48+
### Step 3: Reopen the add-in and complete authorization
49+
50+
1. Close and reopen Outlook.
51+
2. Open **Dynamics 365 App for Outlook**.
7352
3. If prompted, sign in with your credentials.
7453
4. Complete the authentication process.
7554

76-
### Open the Developer Tools in the new Outlook for Windows and Outlook on Mac
77-
55+
### Open the Developer Tools in the new Outlook for Windows and Outlook on Mac
7856

7957
- For the new Outlook for Windows:
8058

8159
1. Ensure Outlook is fully closed in Task Manager.
82-
2. Select <kbd>WIN</kbd>+<kbd>R</kbd>, and then run the `olk.exe –devtools` command to open Outlook with the Developer Tools.
83-
60+
2. Select <kbd>WIN</kbd>+<kbd>R</kbd>, and then run the `olk.exe –devtools` command to open Outlook with the Developer Tools.
8461

8562
- For Outlook on Mac:
8663

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-
64+
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).

0 commit comments

Comments
 (0)