37 results for “topic:msal-js”
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in React using MSAL React
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Angular using MSAL Angular v2
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Vanilla JavaScript.
Vanilla JavaScript single-page application calling a web API protected by Azure AD B2C
VanillaJS sample using MSAL.js v2.x and OAuth 2.0 Authorization Code Flow with PKCE on Microsoft identity platform
A simple JavaScript single page application calling the Microsoft Graph using msal.js (Azure AD V2 endpoint)
An Angular single-page application that authenticates users with Azure AD and calls a protected ASP.NET Core web API using MSAL Angular
A React & Redux single-page application that authorizes an ASP.NET Core web API to call MS Graph API on-behalf-of a signed-in user.
Source for the JavaScript & TypeScript code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.
A chapterwise tutorial that will take you through the fundamentals of modern authentication with the Microsoft identity platform in Node.js using MSAL Node
A minimal but production-friendly Vue 3 / MSAL demo
An Angular single-page application calling a web API. Authentication is done with Azure AD B2C by leveraging MSAL.js
Vue.js sample app showing use of MSAL for authentication and calling MS Graph APIs
A Node.js console daemon application secured by MSAL Node and calling Microsoft Graph API via OAuth 2.0 client credentials flow
Node.js Azure Function web API secured by Azure AD, uses Express.js and passport-azure-ad.
Angular single-page application (SPA) calling .NET Core web API using App Roles and Security Groups for Implementing Role-Based Access Control (RBAC) using MSAL Angular
This quickstart demonstrates how to authenticate users in a React single-page application (SPA) using the Microsoft Authentication Library (msal-react) with Microsoft Entra ID, and how to access data securely via the Microsoft Graph API.
An example project to demonstrate the OAuth 2.0 authorization code flow against a protected web api resource with RBAC roles.
Multi-tenancy tutorial demonstrating how to expose your app to users from other tenants, provide consent as admin and deploy it on Azure App Services using MSAL Angular
Demonstrates how to manage Azure AD B2C users via Microsoft Graph using MSAL.js and MSAL Node.
Learn and understand how to integrate Microsoft Graph APIs with NestJS using Microsoft's OAuth2.0 flow library (MSAL for Node).
An Electron desktop application authenticating users and calling Microsoft Graph API via OAuth 2.0 authorization code flow using MSAL Node
Authentication app to authenticate users with DiscordSRV and Microsoft's API.
This project shows you how you can access the users minecraft profile through their xBox account
Rust wasm wrapper for msal-browser
Deno port of Microsoft Authentication Library for Node (MSAL)
Msal-Token-Interceptor is a request interceptor which uses Microsoft MSAL to handle OAuth 2.0 token exchange with Microsoft Identity Platform during a fetch request. This is part of fetch-interceptor family.
Real-time chat app built using Vue.js and SignalR using MSAL.js for authentication
React.js single page application sample using Microsoft Authentication Library for JavaScript 2.0 to perform Authorization Code Flow with PKCE
This project demonstrates integrating Azure Active Directory B2C authentication with a React Single Page Application using MSAL.js.