OfficeDev / office-js-helpers

[ARCHIVED] A collection of helpers to simplify development of Office Add-ins & Microsoft Teams Tabs
MIT License
126 stars 56 forks source link

What reply URL to configure to make it work with native Outlook? #86

Closed binarykitchen closed 6 years ago

binarykitchen commented 6 years ago

Developed an add-in and tried to test it on native Outlook for Mac OS.

But upon authentication on login.microsoftonline.com I see following error: screen shot 2018-05-14 at 17 13 50

Here is what I have configured under apps.dev.microsoft

screen shot 2018-05-14 at 17 15 04

Any clues?

elegault commented 6 years ago

Try adding that URL to your add-in's manifest:

`

https://localhost:3443

`

binarykitchen commented 6 years ago

yes, this did it