azure-sdk-for-python VS microsoft-authentication-library-for-python

Compare azure-sdk-for-python vs microsoft-authentication-library-for-python and see what are their differences.

azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python. (by Azure)

microsoft-authentication-library-for-python

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". (by AzureAD)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
azure-sdk-for-python microsoft-authentication-library-for-python
17 5
4,275 735
1.0% 1.2%
10.0 8.2
6 days ago 2 days ago
Python Python
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

azure-sdk-for-python

Posts with mentions or reviews of azure-sdk-for-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.

microsoft-authentication-library-for-python

Posts with mentions or reviews of microsoft-authentication-library-for-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • Azure SDK for Python: WAM Support in Beta/Pre-Release
    3 projects | dev.to | 11 Jan 2023
    # Title URL Accessed-On 1 Desktop app that calls web APIs: Acquire a token using WAM https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-desktop-acquire-token-wam 2023-01-11 2 Azure SDK Releases https://azure.github.io/azure-sdk/releases/latest/all/python.html 2023-01-11 3 azure-identity 1.13.0b1 https://pypi.org/project/azure-identity/1.13.0b1/ 2023-01-11 4 WAM https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/wam 2023-01-11 5 class InteractiveBrowserCredential(InteractiveCredential) https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/azure/identity/_credentials/browser.py 2023-01-11 6 Add WAM Support to MSAL for Python, for cross-language consistency #451 https://github.com/AzureAD/microsoft-authentication-library-for-python/issues/451 2023-01-11
  • OAuth Authentication
    1 project | /r/circuitpython | 8 Sep 2022
    There's solid support for authenticating to MS's servers (with device flow and everything) in Python proper using the Microsoft Authentication Library (MSAL), including device flow, but there's nothing about CP support. CP does have an Oauth2 library, but that seems to be only for accessing Google's servers.
  • Trouble uploading GitLab backups to company Sharepoint
    1 project | /r/sharepoint | 1 Jul 2022
  • Microsoft authentication
    1 project | /r/FastAPI | 24 Jan 2022
  • O365 Python library vs directly using Graph API for enterprise RPA?
    3 projects | /r/microsoft | 14 Sep 2021
    I mean, there is MSAL library for Python: https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki. I do not think there are supported libraries for MS Graph, you'd have to go by interacting with the API directly, or depend on those libraries.

What are some alternatives?

When comparing azure-sdk-for-python and microsoft-authentication-library-for-python you can also consider the following projects:

azure-devops-python-api - Azure DevOps Python API

Office365-REST-Python-Client - Microsoft 365 & Microsoft Graph Library for Python

lava - A Software Framework for Neuromorphic Computing

ScoutSuite - Multi-Cloud Security Auditing Tool

azure-sdk-for-java - This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.

msgraph-sdk-python-core - Microsoft Graph client library for Python

spec - CloudEvents Specification

checkov - Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.

azure-docs - Open source documentation of Microsoft Azure

devops-exercises - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

azure-functions-python-library - Azure Functions Python SDK

microsoft-authentication-library-for-dotnet - Microsoft Authentication Library (MSAL) for .NET