MSAL Python 0.8.0
Pre-release
Pre-release
- 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)