github AzureAD/microsoft-authentication-library-for-python 1.13.0
MSAL Python 1.13.0

latest releases: 1.28.0, 1.27.0, 1.27.0b1...
2 years ago
  • New feature: MSAL supports a confidential client being authenticated by a pre-signed assertion. Usage:

    cca = ConfidentialClientApplication(
        ...,
        client_credential={"client_assertion": "...a JWT with claims aud, exp, iss, jti, nbf, and sub..."},
        ...)

    This can be useful for where the signing takes place externally for example using Azure Key Vault (AKV).
    AKV sample included (#161, #271).

  • Improvement: Skip unnecessary and repetitive region detection. (#372, #373)

Don't miss a new microsoft-authentication-library-for-python release

NewReleases is sending notifications on new releases.