
ADAL LIBRARY ANGULAR DIRECT URL HOW TO
The issue was caused by the malformed redirect URL which contains the character ' !'. Learn about the differences between the Microsoft Authentication Library (MSAL) and Azure AD Authentication Library (ADAL) and how to migrate to MSAL.

'ngRoute', 'm圜ontrollerModule', 'AdalAngular' Var m圜lientApplication = angular.module('myApplication', [ The following is my app code: 'use strict' How would I go about debugging why authentication doesn't appear to be finishing? But while it seems to correctly redirect to login services and, after credential entry, returns to the Reply URL, I am not able to get userInfo.isAuthenticated (userInfo is empty) within my controller. To that end, I am trying to use Active Directory Authentication Library (ADAL) for JavaScript.

I'm hoping to use Azure's Active Directory Service for authentication as part of an Angular SPA.
