2

I tried to use dialog api for AD authenticating in Office add-in. I try to send message parent and it works well in Chrome but not in IE 11.

Here is same problem described detail: https://camerondwyer.wordpress.com/2017/03/01/beware-the-dialog-api-falling-silent-under-ie11

Is there any workaround for this?

Humberto Lezama
  • 586
  • 2
  • 8
dongseok0
  • 737
  • 2
  • 7
  • 18

1 Answers1

1

Updated answer. Yes, this is indeed an issue with the API. On IE11 on Win8.1 and Win7 postMessage doesn't work as it should due some restrictions in IE11. The fix was to switch the implementation when running on those versions of IE11 to use localStorage and localStorage events. The fix has already rolled to production for Word/Excel/PPT online. For Outlook online the fix is on its way.

Humberto Lezama
  • 586
  • 2
  • 8