Found 73 repositories(showing 30)
Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
rayluo
This is an authentication/authorization library optimized for web apps. It provides some higher level APIs built on top of Microsoft's MSAL Python. Read its documentation here: https://identity-library.readthedocs.io
Azure-Samples
Utilities and helper functions for using MSAL Python in web apps and web APIs
Azure-Samples
Python Flask web application that leverages MSAL Python to get an access token to call MS Graph API
corteva
Authentication using python requests and MSAL. This uses the MSAL cache for repeated requests.
AndrewJHart
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.
mattfeltonma
This solution demonstrates how to authenticate to MSAL uses a certificate
datamel
Python Flask App utilizing MSAL, Microsoft Graph
fantashley
Basic Azure AD username password login example using Microsoft Authentication Library
yuramayer
Дорожная карта по изучению языка программирования Python для студентов-юристов
poiriersimon
Python Code to Pull your Teams presence with MS Graph with MSAL
microsoft
Minimal, pure-Python keyring backend for Azure DevOps Artifacts feeds. Replaces the official artifacts-keyring (which wraps a ~100 MB .NET binary) with a no-fuss implementation that covers the most common Linux auth scenarios using raw HTTP — no msal, no azure-identity, no .NET.
MicrosoftDocs
📚 Documentation repository for MSAL Python
kellerza
AsyncIO based OAuth using the Microsoft Authentication Library (MSAL) for Python
ymasaoka
A code collection using MSAL for Python.
CraigAA
Application of a D365 API that requires MSAL Auth in Python (Used for Data Collection and Storage in Ignition Scada)
twinkle13531
Implement AAD in Python scripts using MSAL
equinor
Python package to get auth token for a msal public client application.
gpradinett
Scripts de Python para interactuar con la API de Microsoft Graph y gestionar eventos en el calendario utilizando Flask y MSAL
gilangrilhami
Simulate Microsoft Entra ID Authentication with Python using OAuth 2.0 Authorization Code Flow. Includes examples with Flask for handling callbacks, MSAL for token management, and options for WebView or default browser login.
roohinimore
Authenticate Python app using Azure Active Directory (Azure AD) authentication protocols such as OAuth 2.0, OpenID Connect (OIDC) using the Microsoft Authentication Library (MSAL) by getting access token to access protected resources like Azure Databricks APIs.
RobertoBorges
No description available
pld-linux
Microsoft Authentication Library
blackadi
python-msal-popup
RukayaOK
No description available
dtofoli1
MSAL (Microsoft Authentication Library) made with Python for authentication through user/pass with a simple API post request.
pld-linux
Microsoft Authentication Library extensions
salmantec
Python repo for oauth using msal library
yus04
No description available
ankitbko
Sample app integrating python requests library with MSAL to get AD token using Device Code Flow