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
- Host: GitHub
- URL: https://github.com/ranthonissen/angular2-adaljs-webapi
- Owner: ranthonissen
- License: mit
- Created: 2017-04-18T06:13:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T13:22:46.000Z (over 8 years ago)
- Last Synced: 2025-03-30T20:44:46.368Z (6 months ago)
- Topics: aad, adal, angular2, asp-net-mvc, azure-active-directory, webapi
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.