Skip to content

Commit 285be4a

Browse files
authored
upload the draft
1 parent 294c947 commit 285be4a

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Dynamics App for Outlook authentication pop-up is blank and unable to proceed
3+
description: Provides a resolution for the issue that occurs when you try to sign in to Dynamics 365 App for Outlook.
4+
ms.reviewer:
5+
ms.date: 02/19/2025
6+
ms.custom: sap: Dynamics 365 App for Outlook Add-In
7+
---
8+
# Dynamics App for Outlook authentication pop-up is blank and unable to proceed
9+
10+
## Symptoms
11+
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.
13+
14+
## Cause
15+
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.
17+
18+
## Resolution
19+
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.
23+
24+
### Step 1: Clear Local Storage and Session Storage from Add-in Dev Tools
25+
26+
1. Open **Outlook Desktop App** or **Outlook Web (OWA)**.
27+
2. Open the **Dynamics 365 App for Outlook**.
28+
3. Right-click anywhere inside the add-in and select **Inspect**.
29+
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.
33+
8. Close the **Developer Tools** window.
34+
35+
### Step 2: Clear Local Storage and Session Storage from the Login Popup Window
36+
37+
1. Relaunch the **Dynamics 365 App for Outlook**.
38+
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+
45+
### Step 3: Relaunch the Add-in and Complete Authorization
46+
47+
1. Close and reopen **Outlook**.
48+
2. Open the **Dynamics 365 App for Outlook**.
49+
3. If prompted, log in with your credentials.
50+
4. Complete the authentication process.
51+
52+
If you are using the new outlook, to open devtools,
53+
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,
57+
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.

support/power-platform/dataverse/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
href: dataverse-web-api-and-sdk/web-api-client-errors.md
2121
- name: Dynamics 365 App for Outlook
2222
items:
23+
- name: Authentication pop-up is blank and unable to proceed
24+
jref: d365-app-outlook/dynamics-app-for-outlook-authentication-pop-up-blank-cannot-proceed.md
2325
- name: App for Outlook doesn't appear within Outlook
2426
href: d365-app-outlook/app-does-not-appear-within-outlook.md
2527
- name: Can't load this app because email account isn't configured

0 commit comments

Comments
 (0)