-
Notifications
You must be signed in to change notification settings - Fork 372
Home
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.
-
Learn about the basic usage and concepts in ADAL Basics.
-
Pre-requisite: Before using ADAL JS you will have to register your applications with Azure AD.
-
Refer ADAL angular for the AngularJS wrapper concepts.
-
Refer FAQ for common issues and known bugs.
-
Follow the Advanced Topics for building robust enterprise ready applications.
-
Track new features and changes in ADAL JS under Releases.