msal-angular
There are 19 repositories under msal-angular topic.
Azure-Samples/ms-identity-javascript-angular-tutorial
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Angular using MSAL Angular v2
Azure-Samples/ms-identity-javascript-angular-spa-aspnetcore-webapi
An Angular single-page application that authenticates users with Azure AD and calls a protected ASP.NET Core web API using MSAL Angular
Azure-Samples/active-directory-javascript-singlepageapp-angular
Demonstrates how to use MSAL Angular to login, logout, protect a route, and acquire an access token for a protected resource such as Microsoft Graph.
Azure-Samples/active-directory-b2c-javascript-angular-spa
An Angular single-page application calling a web API. Authentication is done with Azure AD B2C by leveraging MSAL.js
Azure-Samples/ms-identity-docs-code-javascript
Source for the JavaScript & TypeScript code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.
Azure-Samples/ms-identity-javascript-angular-spa-dotnetcore-webapi-roles-groups
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
Azure-Samples/ms-identity-javascript-angular-spa-aspnet-webapi-multitenant
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
waldekmastykarz/angular-teams-app
Boilerplate Teams app with built-in SSO made with Angular
chandru415/angular-sharepoint
File upload to the SharePoint in the Angular using Graph API
dev-shuvodip/MSAL-UserAuth-ASP.NetCore-Angular
User Authentication in Angular SPA with ASP.Net Core Backend using MSAL.js 2.0 with auth code flow
dev-shuvodip/ng-msal-user-auth-poc
User Authentication in Angular SPA using MSAL.js 2.0 with auth code flow
jeffrey-albertson/msal3-spa-quickstart
MVP implementation of authentication with Azure AD using the current MSAL.
infinity-arc/angular13-msal2-authentication
Authentication provided by AD using MSAL 2 in an NG project.
JulioJavif/AzureAD-Auth
Authentication using Angular and Azure Active Directory integration.
luna4tech/DistributedChatClient
A simple group chat application which uses Microsoft Oauth to sign in and start posting the messages. This needs to be run together with This needs to be run together with client application https://github.com/yjyotshna1997/DistributedChatServer
berviantoleo/msal-testing
MSAL testing
manasmdg3/msal-angular-tutorial
This project is based on msal-angular library's official tutorial for Angular Single Page Application or SLA The goal of this demo is to Sign in users and call the Microsoft Graph API from an Angular single-page application (SPA) using auth code flow.
pradumn203/Microsoft-Graph-API-Onedrive
This project is showing how you can use Microsoft Graph in your Angular project. It enables us to view, delete and download Onedrive files. The project uses Microsoft MSAL library to login.
theaswanson/my-authenticated-app
A sample .NET Angular app with Azure AD auth using MSAL.