Share via

Outlook addin - Edge Chromium Opens in External Browser Rather Than Task Pane

mickog 106 Reputation points
2021-04-09T12:23:40.003+00:00

Hi

We have created an outlook add in, with a task pane. When a user using Windows 10 version >= 1903 and Office 365 version >= 16.0.13530.20224 Then the outlook plugin by default will use Microsoft Edge as described here https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins , this seems to cause an issue for us, when we are using older version of windows and the plugin is using IE everything works seamlessly. When we update and Edge is default browser then when we load the plugin it exits to an external browser and brings us to a Sharepoint online site (that is where we are hosting our UI). We think it might be something to do with SSO but is only happening when default browser is Edge.

Wondering is there anyway to make edge behave the same as IE and not open in an external browser or any workarounds we could apply for our usecase.

Any help would be appreciated.
Thanks

Microsoft 365 and Office | Development | Office JavaScript API
Microsoft 365 and Office | Development | Other
{count} votes

Answer accepted by question author
  1. mickog 106 Reputation points
    2021-06-10T17:14:32.267+00:00

    in your manifest file you can add a list of app domains. These are domains that can be accessed within your task pane. So when you add SSO it will try hit some domains that are not in the list. It was tricky to find out them domains for us so had to run a fiddler trace and see where else was trying to be accessed then add them to the list

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.