microsoft-authentication-library-for-python
microsoft-authentication-library-for-python copied to clipboard
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 d...
Implementing the known_authorities behaviors based on the [internal design](https://microsoft.sharepoint.com/:w:/t/ADAL/ESzbQvzlMuBDjAsqfaHdjNUBsTmwIUR5g17IAY4rvOY_Hw?e=7dv5hZ). The [unit tests of this PR](https://github.com/AzureAD/microsoft-authentication-library-for-python/pull/492/files#diff-1982837bc801e709175e25839e1046a445df689d7a2e6309ccb6856e350dee7eR142-R223) is almost as readable as plain English, and are considered as generic acceptance tests for...
## What is this? A broker is a component installed on your device. Broker implicitly gives your device an identity. By using a broker, your device becomes a factor that...
There is a missing option to authenticate the proxy with credentials. What I am trying to do? 1. I am trying to generate access token for the Graph API calls...
Please read ADFS authority validation [spec](https://microsoft.sharepoint.com/:w:/r/teams/aad/devex/_layouts/15/Doc.aspx?sourcedoc=%7BF0EB0F6F-2B78-42A2-B44F-01DA1D6015E2%7D&file=ADFS%20Authority%20Validation%20-%20Original%20Spec.docx&action=default&mobileredirect=true&wdLOR=c22AE0924-0124-3D40-8BD4-435F36B291C7&cid=55F6763D-6E90-4588-A0AD-AF062981A3E4) and asses if MSAL java implements this. Please see equivalent MSAL.NET [issue ](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1885)for a few more details. As discussed with @henrik-me
What am I trying to do? 1. I have a FAST-API webapp hosted on azure app service. I am trying to secure its endpoints via oAuth2. 2. I am using...
Originally from https://github.com/AzureAD/microsoft-authentication-library-for-python/pull/443#discussion_r895288236 Currently, MSAL raises Python's base error `ValueError` for scenarios such as tenant validation failure. **Azure CLI can't really tell whether the error comes from MSAL or other...
* Adding an [internal workitem link](https://dev.azure.com/IdentityDivision/Engineering/_workitems/edit/731634) here as a placeholder. And another [internal workitem for AT POP](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/1419745). * The [public specs on how to obtain a POP token](https://tools.ietf.org/html/draft-ietf-oauth-pop-key-distribution-07#section-4.2), and [another...
Note: This is a proof-of-concept, which means there is no guarantee that this behavior will be eventually included into MSAL Python. There are two new APIs added. * ~The high...
* There is no code change to MSAL's implementation in this PR. This means the existing MSAL Python needs no change to support the OBO-for-SP scenario, perhaps since the initial...