Skip to content

Commit 41826f0

Browse files
authored
some changes
1 parent 038ec3e commit 41826f0

1 file changed

Lines changed: 36 additions & 28 deletions

File tree

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,66 @@
11
---
2-
title: Dynamics App for Outlook authentication pop-up is blank and unable to proceed
2+
title: Dynamics 365 App for Outlook Authentication pop-up is blank
33
description: Provides a resolution for the issue that occurs when you try to sign in to Dynamics 365 App for Outlook.
4-
ms.reviewer:
4+
ms.reviewer: mkelan
5+
ms.author: smurkute
6+
author: shwetamurkute
57
ms.date: 02/19/2025
68
ms.custom: sap:Dynamics 365 App for Outlook Add-In
79
---
8-
# Dynamics App for Outlook authentication pop-up is blank and unable to proceed
10+
# Dynamics 365 App for Outlook authentication pop-up is blank and unable to proceed
11+
12+
The article solves an issue where you can't sign in to Dynamics 365 App for Outlook successfully due to a blank authentication pop-up.
913

1014
## Symptoms
1115

12-
When opening D365 app for outlook, it asks to allow the authentication pop-up to open. Upon allowing it, the pop-up opens but its blank. You don’t have the option to choose the account to authenticate and login.
16+
When you open the [Dynamics 365 App for Outlook](/dynamics365/outlook-app/overview), it prompts you to allow an authentication pop-up. However, the pop-up appears blank, preventing you from selecting an account to authenticate and sign in.
1317

1418
## Cause
1519

16-
This was caused by a recent regression that has been mitigated since. However users who have previously signed in will continue to see this issue until they have cleared their session and login again.
20+
This issue 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.
1721

1822
## Resolution
1923

20-
Use the below steps to clear the cache/cookies and do a fresh login.
21-
22-
For Outlook web access or Classic Outlook desktop app on windows, follow the below steps. If you are using new outlook or Outlook on MAC, you will not be able to open the dev tools by right clicking. Look for instructions down below to open the dev tools and then follow the Steps 1 through 3 to mitigate the issue.
24+
> [!NOTE]
25+
>
26+
> - If you're using Outlook on the web (OWA) or classic Outlook desktop app on Windows, follow the steps 1-3 to solve ths issue.
27+
> - If you're using [the new Outlook for Windows](/office/switch-to-new-outlook-for-windows-f5fb9e26-af7c-4976-9274-61c6428344e7) or Outlook on Mac, you should first [open the Developer Tools](#additional-instructions-for-the-new-outlook-for-windows-and-outlook-on-mac-users), and then follow the steps 1 to 3 to resolve the issue.
2328
24-
### Step 1: Clear Local Storage and Session Storage from Add-in Dev Tools
29+
### Step 1: Clear local storage and session storage from the add-in
2530

26-
1. Open **Outlook Desktop App** or **Outlook Web (OWA)**.
31+
1. Open classic Outlook desktop app or Outlook on the web (OWA).
2732
2. Open the **Dynamics 365 App for Outlook**.
2833
3. Right-click anywhere inside the add-in and select **Inspect**.
2934
4. The **Developer Tools** window will open.
30-
5. Click on the **Application** tab.
31-
6. Under **Storage**, click on **Local Storage** and delete all stored data.
32-
7. Click on **Session Storage** and delete all stored data.
35+
5. Select the **Application** tab.
36+
6. Under **Storage**, select **Local Storage** and delete all stored data.
37+
7. Select **Session Storage** and delete all stored data.
3338
8. Close the **Developer Tools** window.
3439

35-
### Step 2: Clear Local Storage and Session Storage from the Login Popup Window
40+
### Step 2: Clear local storage and session storage from the authentication window
3641

37-
1. Relaunch the **Dynamics 365 App for Outlook**.
42+
1. Re-open the **Dynamics 365 App for Outlook**.
3843
2. If the authentication window appears, right-click inside it and select **Inspect**.
39-
3. The Developer Tools window will open.
40-
4. Click on the Application tab.
41-
5. Under Storage, click on Local Storage and delete all stored data.
42-
6. Click on Session Storage and delete all stored data.
43-
7. Close the authentication popup.
44+
3. The **Developer Tools** window will open.
45+
4. Select the **Application** tab.
46+
5. Under **Storage**, select **Local Storage** and delete all stored data.
47+
6. Select **Session Storage** and delete all stored data.
48+
7. Close the authentication window.
4449

45-
### Step 3: Relaunch the Add-in and Complete Authorization
50+
### Step 3: Re-open the add-in and complete authorization
4651

47-
1. Close and reopen **Outlook**.
52+
1. Close and re-open Outlook.
4853
2. Open the **Dynamics 365 App for Outlook**.
49-
3. If prompted, log in with your credentials.
54+
3. If prompted, sign in with your credentials.
5055
4. Complete the authentication process.
5156

52-
If you are using the new outlook, to open devtools,
57+
### Additional instructions for the new Outlook for Windows and Outlook on Mac users
58+
59+
- For the new Outlook for Windows:
60+
61+
1. Ensure Outlook is fully closed in Task Manager.
62+
2. Select <kbd>WIN</kbd>+<kbd>R</kbd> and then run the `olk.exe –devtools` command to open Outlook with the Developer Tools.
5363

54-
1. Close the outlook. Open task manager and confirm outlook is fully closed.
55-
2. Press WIN+R and run “olk.exe –devtools” command. This will open outlook with devtools.
56-
3. Perform the Steps 1-3 listed in the above section,
64+
- For Outlook on Mac:
5765

58-
If you are on MAC device, follow the instructions on [Debug Office Add-ins on a Mac - Office Add-ins](/office/dev/add-ins/testing/debug-office-add-ins-on-ipad-and-mac#debugging-with-safari-web-inspector-on-a-mac) to turn on developer tools.
66+
To open the Developer Tools, see [Debug Office Add-ins on a Mac - Office Add-ins](/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)