Skip to content

MSAL Python 0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rayluo rayluo released this 19 Oct 00:12
· 189 commits to master since this release
ae7f794
  • New feature: The infrastructure supports B2C (#104). We will further add a dedicated helper to our API surface in next release.
  • New feature: get_authorization_request_url() API supports the response_type parameter, so that your web app could use it to acquire ID Token only (#105)
  • Internal: Let our tests run on Python 3.8 (#107)
  • Sample: Recently Microsoft Identity Platform supports Device Flow on MSA accounts. All previous versions of MSAL Python would just work. We updated our sample to demonstrate it. (#91)