CORS
Common issues when working with SharePoint Framework API permissions
There are a number of things you need to watch out for when connecting to APIs secured with Azure AD from SharePoint Framework solutions.
Learn building modern SharePoint solutions - Dev tutorial in Munich
Join us for a dev tutorial in Munich and learn how to make the best use of the latest Office 365 capabilities to build solutions for your organization.
Configure CORS for APIs secured with Azure AD hosted on Azure
If you host your APIs on Azure, secure them with Azure AD and want to use them in the SharePoint Framework, you need to setup CORS correctly.
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?
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.