ADAL.js
Connecting Office Add-ins created using the Yeoman Office Generator to Office 365
The Yeoman Office Generator simplifies building Office Add-ins outside of Visual Studio. Here is how to take the generated add-in to the next step and connect it to Office 365.
Inconvenient ADAL JS Angular with simultaneous CORS requests continued
Recently I wrote about the issue with issuing multiple CORS requests using the ADAL JS library. It turns out that there is even more to it.
Inconvenient ADAL JS Angular with simultaneous CORS requests
The ADAL JS Angular library offers great capabilities for building rich web applications unless you're trying to issue multiple CORS calls at the same time.
From 0 to 60 or how I refactored an Office Add-in from a web page hosted in SharePoint to an application using Node.js, CORS and Office 365 API
After building SharePoint solutions for a few years I tried building an Office Add-in querying the Office Graph. Here is what I learned.
Building Office 365 Single Page Applications on any platform
CORS simplifies building Office 365 SPAs. If you're however building multi-tenant applications on a stack without an SDK, there are a few things that you have to take care of.