Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
Navya Canumalla edited this page Dec 10, 2018 · 7 revisions

ADAL JavaScript

Microsoft Azure Active Directory Library for JavaScript is an authentication library which allows JS Single Page Apps to sign-in users and obtain tokens from Azure AD to access protected Web APIs (Microsoft APIs or applications registered with Azure AD). ADAL JS can be used with applications built using plain JS or any front-end JS framework. The adal-angular wrapper is provided for convenience of usage with AngularJS.

In this wiki, you can find information about the features, functionality, known issues and other topics related to ADAL JS. For documentation of the general Azure AD concepts please refer https://aka.ms/aaddev.

Overview

  1. Learn about the basic usage and concepts in ADAL Basics.

  2. Pre-requisite: Before using ADAL JS you will have to register your applications with Azure AD.

  3. Refer ADAL angular for the AngularJS wrapper concepts.

  4. Refer FAQ for common issues and known bugs.

  5. Follow the Advanced Topics for building robust enterprise ready applications.

  6. Track new features and changes in ADAL JS under Releases.