About 290,000 results
Open links in new tab
  1. Update your applications to use Microsoft Authentication Library …

    Jun 22, 2020 · Why use MSAL and Microsoft Graph? MSAL makes it easy for developers to add identity capabilities to their applications. With just a few lines of code, developers can …

  2. Windows Handle error when using Connect-Exchange Onlinew …

    Jan 30, 2025 · The following error is received when trying to connect to exchange online.Windows 11Exchange Online Management 3.7.1PowerShell 5.1Error attached.On another...

  3. Add Authentication to Apps in Minutes | Microsoft Community Hub

    Nov 4, 2024 · For a React app, we need the libraries azure /msal-browser and @msal-react. Using azure /msal-browser, you can connect to your Entra instance in the cloud and manage …

  4. Migrate ADAL apps to MSAL with enhanced insights | Microsoft …

    Jul 26, 2024 · Migrate from ADAL to MSAL Entra Recommendations Learn more about Microsoft Entra Prevent identity attacks, ensure least privilege access, unify access controls, and …

  5. Calling Legacy Viva Engage (Yammer) APIs via an Entra application

    May 9, 2025 · This blog provides a step-by-step walkthrough for calling Yammer APIs using an Entra application with PowerShell 7, leveraging MSAL for interactive authentication.

  6. How to test MSAL Android app with SSO across long periods …

    Jun 10, 2025 · I'm developing an Android application using MSAL and SSO for authentication and I am pretty new to using these tools. I want to ensure that SSO and token refresh mechanisms …

  7. AD B2C authentication for Static Web App & API scenario

    Oct 21, 2024 · MSAL Configuration: The frontend is configured to use MSAL for authentication with Azure AD B2C. Build Process: The React application is built using npm run build, which …

  8. Implementing SSO with Microsoft Accounts (for Single Page Apps ...

    Mar 16, 2021 · Our project aimed to allow an easy way for students to access our application and get assistance. The simplest answer was for students to use their existing...

  9. New Blog | Migrate ADAL apps to MSAL with enhanced insights

    Jul 29, 2024 · MSAL supports the latest security features for Microsoft Entra ID like managed identity, Continuous Access Evaluation (CAE), passkeys, and many more. The updated Sign …

  10. get valid auth token from MSAL for SP Online?

    Feb 20, 2019 · However, the access token received via MSAL is refused by the ClientContext of the user's site/list. It always results in a 401: Unauthorized being returned from the service. …