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

office-js-helper with IdentityServer? #121

Closed jimbo74 closed 5 years ago

jimbo74 commented 5 years ago

Has anyone successfully used office-js-helper with an implementation of Identityserver? I can add it as a an endpoint and attempt to authenticate against it which all works fine from my Identityserver but when it comes back to my script it hits the catch(function (error) which is DialogError 12002.

jimbo74 commented 5 years ago

Closing this issue. I now have it working, it was a simple error with my localhost port being incorrect in the redirectUrl