An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: msal-library

syncweek-react-aad/react-aad

A React wrapper for Azure AD using the Microsoft Authentication Library (MSAL). The easiest way to integrate AzureAD with your React for authentication.

Language: TypeScript - Size: 7.42 MB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 345 - Forks: 94

Azure-Samples/ms-identity-docs-code-powershell 📦

Source for the PowerShell code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.

Language: PowerShell - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 4

ryanninodizon/AzureServerlessApp-with-auth-for-dotnet-angular

Azure Serverless template project using Azure Functions, Angular, Azure Cosmos DB and APIM with MSAL

Language: Bicep - Size: 5.58 MB - Last synced at: 23 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 0

Azure-Samples/ms-identity-docs-code-java

Source for the Java/Kotlin code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.

Language: Java - Size: 1.3 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 11

playerony/validate-azure-ad-token

Function to validate access token received from azure active directory. Useful when you're using a msal library to authenticate users on the frontend and you wanna verify Microsoft tokens in the API.

Language: TypeScript - Size: 1.36 MB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 7

harishnarain/react-aad-b2c-demo

A demo of using React and Redux to sign in to Azure AD B2C

Language: JavaScript - Size: 8.07 MB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

blackadi/GraphAPI_addKey_API_SP

Adds a key credential to a application

Language: C# - Size: 1.96 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Azure-Samples/ms-identity-docs-code-dotnet

Source for the .NET code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.

Language: C# - Size: 2.81 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 19

Azure-Samples/ms-identity-mobile-apple-swift-objc

An iOS sample in Swift that authenticates Microsoft Account and Azure AD users and calls the Graph API using OAuth 2.0

Language: Swift - Size: 1.12 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 71 - Forks: 42

microsoftgraph/msgraph-sdk-dotnet-auth 📦

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme

Language: C# - Size: 260 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 78 - Forks: 20

HamedStack/HamedStack.MSAL.TypeScript

A set of utilities designed to simplify working with MSAL.js, offering consistent functionality across Browser, Node, Cypress, and Playwright environments.

Language: TypeScript - Size: 93.8 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

chandru415/angular-sharepoint

File upload to the SharePoint in the Angular using Graph API

Language: TypeScript - Size: 424 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AndrewJHart/Azure-FastAPI-Auth-Example

FastAPI Azure SSO demo. A Python port from the primary Microsoft Flask example to a FastAPI app that uses similar helper functions & the Microsoft MSAL library to authenticate a user via SSO, get the JWT(s), & make an http request to the Graph API on behalf of the user.

Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 3

bpescarolli/MSAL_dotnet6

Microsoft Authentication Library (MSAL library) example in windows forms on .NET 6

Language: C# - Size: 1.27 MB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

bpescarolli/MSAL_dotnetFramework461

Microsoft Authentication Library (MSAL library) example in windows forms on .NET 4.6.1

Language: C# - Size: 12.7 KB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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.

Language: TypeScript - Size: 225 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lockedata/shiny.AADB2C

Provides Shiny helper functions for Azure Active Directory B2C authentication

Language: R - Size: 13.7 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

rajivmanivannan/android-azure-auth-and-keyvault

Language: Kotlin - Size: 113 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

Elronia/Article_CMS_to_Azure_Project

Python web application built using Flask. The user can log in and out and create/edit articles. An article consists of a title, author, and body of text stored in an Azure SQL Server along with an image that is stored in Azure Blob Storage. Implemented OAuth2 with Sign in with Microsoft using the msal library, along with app logging.

Language: Python - Size: 1.36 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ShadyNagy/b2c-blazor-wasm-31

Secure an ASP.NET Core Blazor WebAssembly hosted app with Azure Active Directory B2C (Without implicit grant).

Size: 36.1 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

spblog/outlook-spfx-ms-graph-api

Building Outlook add-in with SPFx - save mail to OneDrive with Azure Function, MSAL.NET and MS Graph .NET

Language: TypeScript - Size: 160 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

dineshR86/GraphAPI-MSAL

Proof of concept for integration of MSAL with a Graph API using React

Language: TypeScript - Size: 138 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0