Creating an Angular Single Page Application with Azure Active Directory and adal.js that uses an ASP.NET WebAPI 19 april 2017 0 This sample shows how to create a single page application (SPA) that uses Azure Active Directory (AAD) authentication with adal.js and uses an ASP.NET WebAPI with AAD. The source code for this sample can be found in the angular2-adaljs-webapi GitHub repository.…
Add Azure Active Directory to an existing Angular 2 Single Page Application 10 april 2017 1 This article will guide you through the process of configuring your Single Page Application (SPA) in TypeScript (or JavaScript) to use Azure Active Directory (AAD) authentication. We will use adal.js Active Directory Authentication Library (ADAL) for JavaScript and ng2-adal (which is built…
Add Azure Active Directory to an existing ASP.NET MVC web application 5 april 2017 2 There are 2 options to add Azure Active Directory to your existing ASP.NET MVC application. The easiest one is in Visual Studio. Right-click on your web project, and you are presented with the possibility to configure Azure AD Authentication. This…