Top "Adal.js" questions

adal.

How to integrate azure ad into a react web app that consumes a REST API in azure too

I have one web app which is React, and I already configured Azure AD Authentication for the web app itself. …

javascript reactjs azure-active-directory adal adal.js
Acquiring new access token using refresh token adal js

I am working with an application that authenticate in azure ad. I use adal.js to acquire access token. But …

adal azure-active-directory adal.js
Adal.js does not get tokens for external api endpoint resource

I'm trying out adal.js with an Angular SPA (Single Page Application) web site that gets data from an external …

adal.js
X-Frame-Option DENY error when AAD sign-in in office add-in

I'm working on build Office add-in with Adal.js for AAD integration. And my add-in requires some permissions. When I …

azure-active-directory adal office-addins office-js adal.js
How to specify Resource URI when acquiring access token for Azure AD V2 endpoint?

I have used ADAL.js in a previous project which supported only work accounts and am able to successfully acquire …

azure-active-directory adal msal adal.js msal.js
Acquire token silently using ADAL JS

I have already established session with Azure AD through Open ID Connect, how do I acquire token silently from the …

azure-active-directory adal adal.js
ADAL.js - acquire token for Graph API resources

I'm developing a SPA app in React that needs to integrate with AzureAD and the GraphAPI (implicit flow). My question …

javascript microsoft-graph-api adal.js