microsoft-authentication-library-for-python VS microsoft-authentication-library-for-dotnet

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

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
microsoft-authentication-library-for-python microsoft-authentication-library-for-dotnet
5 11
735 1,313
1.2% 1.1%
8.2 9.4
2 days ago 3 days ago
Python C#
GNU General Public License v3.0 or later MIT License
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.

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.

microsoft-authentication-library-for-dotnet

Posts with mentions or reviews of microsoft-authentication-library-for-dotnet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-11.
  • How do you handle credentials for a console app?
    1 project | /r/AZURE | 3 Feb 2023
    In your console app code when you initialize the MSAL client app ( IConfidentialClientApplication ) one of its properties is the token cache (AppTokenCache and UserTokenCache) which handles all the token management stuff like using the refresh token for you when you call the AcquireTokenForClient method. Read more here
  • 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
  • How do you run e2e tests on any application running MSAL auth?
    1 project | /r/azuredevops | 27 Jul 2022
    For end to end testing, you can setup test accounts, test applications or even separate directories. Username and passwords can be deployed via the Continuous Integration pipeline (e.g. secret build variables in Azure DevOps). Another strategy is to keep test credentials in KeyVault and configure the machine that runs the tests to access KeyVault, for example by installing a certificate. Feel free to use MSAL's strategy for accessing KeyVault. See more info about Testing an app using MSAL here and video about UI testing Azure AD protected single page applications with Cypress.
  • Roundup of .NET MAUI - Week of July 4, 2022
    15 projects | dev.to | 10 Jul 2022
    MauiApps is where you'll find the app in this rather large repository.
  • Ask HN: Google not indexing github.com issues?
    3 projects | news.ycombinator.com | 25 Feb 2022
    Given https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3033

    Fore query "cannot persist Microsoft authentication token cache securely!" (with quotes) Google returns single result, written in Chinese. Luckily I opened that Chinese result and spotted link to that issue.

    duck.com does find the issue at hand.

    I mean GitHub is no small site, but somehow I expected that Google will find my ANY public string on the internet.

  • Microsoft.IdentityModel.Clients.ActiveDirectory (Nuget Question)
    1 project | /r/csharp | 12 Feb 2022
    ADAL is the older package now, and MSAL.NET is the latest library they're pushing for publish (Azure.Identity is still being worked on and is pushed for internal SDK usage from what I can tell, but this is what I primarily use due to easy code).
  • Refreshing the JWT token, inside DelegatingHandler. Do I need separate HttpClient?
    1 project | /r/xamarindevelopers | 16 Nov 2021
    I'm using MSAL.NET and the library API automatically refreshes the token, if needed, when the token is silently acquired.
  • Azure.Identity and MSAL
    3 projects | /r/dotnet | 22 Jul 2021
    The article "MSAL.NET or Microsoft.Identity.Web" might be helpful: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/MSAL.NET-or-Microsoft.Identity.Web
  • General steps for azure AD authentication single tenant
    2 projects | /r/xamarindevelopers | 29 Jun 2021
    Are you using MSAL.NET? I've recently done this for a proof-of-concept app in Forms... Look at this sample.
  • REST API Authentication for Web App - Best practices
    1 project | /r/AZURE | 8 Feb 2021
    have you looked into using MSAL 2.0? This would be a good start