About 624 results
Open links in new tab
  1. Microsoft Authentication Library for JavaScript (MSAL.js)

    Aug 14, 2025 · Microsoft Authentication Library for JavaScript: A browser-based, framework-agnostic browser library that enables authentication and token acquisition with the Microsoft Identity platform …

  2. Microsoft Authentication Library (MSAL) for JS - GitHub

    Microsoft Authentication Library for JavaScript: A browser-based, framework-agnostic browser library that enables authentication and token acquisition with the Microsoft Identity platform in JavaScript …

  3. About MSAL Browser - Microsoft Authentication Library for JavaScript

    Aug 14, 2025 · The MSAL library for JavaScript enables client-side JavaScript applications to authenticate users using Microsoft Entra ID work and school accounts, Microsoft personal accounts …

  4. @azure/msal-browser - npm

    The MSAL library for JavaScript enables client-side JavaScript applications to authenticate users using Azure AD work and school accounts (AAD), Microsoft personal accounts (MSA) and social identity …

  5. @azure/msal-browser - v4.28.2 | Documentation - GitHub Pages

    The MSAL library for JavaScript enables client-side JavaScript applications to authenticate users using Azure AD work and school accounts (AAD), Microsoft personal accounts (MSA) and social identity …

  6. Single sign-on (MSAL.js) - Microsoft identity platform

    Oct 23, 2023 · Learn about building single sign-on experiences using the Microsoft Authentication Library for JavaScript (MSAL.js).

  7. How to Use Azure Active Directory Authentication in a React …

    4 days ago · MSAL.js (Microsoft Authentication Library) is the official library for handling this integration in JavaScript applications. It manages tokens, handles refresh logic, and supports both popup and …

  8. Authenticating users in JavaScript apps with MSAL.js

    In the HTML file’s header, add the following element to reference the MSAL.JS (Browser) v2 library: <script src="https://unpkg.com/@azure/msal-browser@2/lib/msal-browser.min.js" crossorigin></script>

  9. Microsoft Authentication Library for JavaScript (MSAL.js) for …

    The MSAL library for JavaScript enables client-side JavaScript applications to authenticate users using Azure AD work and school accounts (AAD), Microsoft personal accounts (MSA) and social identity …

  10. AzureAD/microsoft-authentication-library-for-js Wiki - GitHub

    These samples showcase the most up-to-date usage of MSAL.js, while lacking detailed walkthroughs that might be necessary for new users. To review them, please refer to the /samples directory.