An open API service indexing awesome lists of open source software.

https://github.com/ranthonissen/angular2-adaljs-webapi

Sample application of an Angular2 Single Page Application and an ASP.NET WebAPI with Azure Active Directory authentication and adal.js
https://github.com/ranthonissen/angular2-adaljs-webapi

aad adal angular2 asp-net-mvc azure-active-directory webapi

Last synced: about 1 month ago
JSON representation

Sample application of an Angular2 Single Page Application and an ASP.NET WebAPI with Azure Active Directory authentication and adal.js

Awesome Lists containing this project

README

          

# angular2-adaljs-webapi
Sample application of an Angular2 Single Page Application and an ASP.NET WebAPI with Azure Active Directory authentication and adal.js.

Commits show the steps needed to recreate this sample application and are described in the https://dotronald.be/creating-an-angular-single-page-application-with-azure-active-directory-and-adal-js-that-uses-an-asp-net-webapi/ blogpost.

The [SPA branch](https://github.com/ranthonissen/angular2-adaljs-webapi/tree/spa) focusses on the setup of the single page application in Angular2.

The [WebAPI branch](https://github.com/ranthonissen/angular2-adaljs-webapi/tree/WebAPI) focusses on the setup of the ASP.NET MVC WebAPI service.