JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q57401F
  • License MIT

Fork of angular2-adal from sureshchahal (fix for adal timeout). Azure AD Library - ADAL in Angular 5

Package Exports

  • angularx-adal/dist/core

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angularx-adal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ng2-adal

master branch of this repo is now Angular 4+ compatible. Thanks to @Cyberdada. For Angular2, I have created a separate Angular 2 branch. NPM package starting from version 2.0 is for Angular 4. Packages 1.x are for Angular 2.

BREAKING CHANGE: Make sure you're importing AdalService like this: import { AdalService } from "ng2-adal/dist/core"

Note: NPM package 1.02 is also Angular 4 and was published by mistake, you can ignore that one

To do authentication against Microsoft Windows Azure AD, using the Microsoft ADAL library underneath. Note this library is extracted from the adal-angular package.

This also provide AuthHttp class, which actually gets token in background for external webapis.

NPM Package: https://www.npmjs.com/package/ng2-adal

Example and guideline: https://github.com/ranveeraggarwal/angular-adal-quickstart (An example for Angular 4 is on master - Angular 2 has its own branch)

Pop-Up example : https://github.com/mazhisai/ng2-adal-QuickStart