Azure AD
Speaking at SharePoint Konferenz 2016
At the upcoming SharePoint Konferenz 2016 I will be presenting two sessions about leveraging the latest developer opportunities on the Office platform.
Integrating Office 365 web applications and add-ins with LOB applications using Azure API Apps
Connecting your Office solutions to LOB adds complexity and often requires server-side code. What if you could leverage Azure API Apps to connect your Single Page Applications to LOB?
Implementing admin consent in multi-tenant Office 365 applications using implicit OAuth flow
If you're building a SaaS application on the Office 365 platform, there is a chance you might need to implement admin consent. Here is how to do it for applications built using Angular and ADAL JS.
Inconvenient Internet Explorer security zones and Azure AD web applications
When building Azure AD web applications you have to ensure that they are in the same security zone as other Office 365 resources.
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.