Questions tagged [adal.js]

Introducing adal.js, the latest library designed to enable you to leverage Azure AD for securing your single page applications and interacting with Web APIs using JavaScript.

Leveraging Angular2 for Azure AD authentication

Currently working with Angular2 and looking to authenticate users through Azure AD. I came across ADALjs, but it's specifically for Angular1. I also found this https://www.npmjs.com/package/angular2-adal#adalService, however it appears to still be in the ...

Utilizing AngularJS and ADAL.JS to Define Resource ID (Audience)

Is there a way to utilize adal.js within AngularJS to obtain a bearer token for the audience https://management.azure.com through JavaScript? I have created a client application in Azure AD and configured its permissions to allow access to the "Windows Az ...

Acquire the Microsoft Graph Token using the adal-angular package's authentication context provided by adal.js

I am currently utilizing the authenticationContext that was established using the 'adal-angular/lib/adal.js' package in order to obtain a token for accessing microsoft graph resources. Error: User Login is required. The error message appears a ...

Leverage the power of integrating Power BI with Javascript to easily retrieve an

I have embarked on a mission to integrate PowerBI into my web application. Below is the code snippet that I have implemented: window.config = { instance: 'https://login.microsoftonline.com/', tenant: 'common', //COMMON OR YOU ...