pypi msal 1.35.0b1
MSAL Python 1.35.0b1

one day ago

Highlights

  • The managed identity code path no longer has a dependency on the socket.getfqdn(). No API change is needed. Existing MSAL-powered apps will automatically pick up this new behavior.
  • This version of MSAL Python will pick up PyMsalRuntime 0.20.*. No API change is needed. Existing MSAL-powered apps will automatically pick up this new behavior.
  • The thumbprint name-value pair in the client_credential parameter becomes optional now. See API docs for usage.

What's Changed

  • ROPC deprecation by @Ugonnaak1 in #855
  • Test case for token response scope differing from token request scope by @rayluo in #856
  • Update pymsalruntime version range to handle the latest 0.20.0 release by @DharshanBJ in #858
  • Document how to enable sha256 for client credential by @rayluo in #833
  • Remove the reliance on getfqdn() by @rayluo in #859
  • Thumbprint for certificate made optional by @vi7us in #835
  • Support Python 3.14 by @rayluo in #861
  • Explicitly remove issuer from the OIDC discovery response by @rayluo in #863
  • Suppress CodeQL warning by @bgavrilMS in #867

New Contributors

Full Changelog: 1.34.0...1.35.0b1

Don't miss a new msal release

NewReleases is sending notifications on new releases.