The Microsoft Authentication Library for JavaScript enables client-side JavaScript web applications, running in a web browser, to authenticate users using Azure AD for work and school accounts (AAD), Microsoft personal accounts (MSA), and social identity providers like Facebook, Google, LinkedIn, Microsoft accounts, etc.
I want to integrate with Miscrosoft Outlook. I am able to login with MSAL.js and get an access token, …
authentication msal msal.jsI 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