0.6.0 • Published 5 years ago

angular-auth-adal v0.6.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

angular-auth-adal - ADAL.js (Active Directory Authentication Library) for Angular

The ADAL library for Angular is a wrapper library of the core ADAL.js library which enables Angular (6 to 7) applications to authenticate enterprise users using Microsoft Azure Active Directory (AAD) and get access to Microsoft Cloud OR Microsoft Graph.

This authentication library can be used to authenticate Angular applications against Azure Active Directory v1 endpoint.

Installation

The angular-auth-adal is available on NPM:

npm install angular-auth-adal --save

Sample application

Here is a sample Angular application with this active-directory-angular-spa module.

Build

The angular-auth-adal is built on NPM:

1) npm install1 2) npm run build

The environment for building this Angular package is:

BuilderVersion
ng-packagr4.7.0
@angular/compiler6.1.10
rollup0.67.4
tsickle0.30.0
typescript2.9.2
0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago