Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Releases: AzureAD/azure-activedirectory-library-for-python

1.2.7

05 Apr 16:32
Compare
Choose a tag to compare
  • Bugfix: More robust handling of federated Username Password flow (#250, #251)

ADAL Python 1.2.6

22 Jan 03:18
51e591b
Compare
Choose a tag to compare
  • Previous ADAL versions would incorrectly pick up the latest PyJWT 2.x but would not be compatible with it. In this new release, ADAL will be compatible with both PyJWT 1.x and 2.x. (#245, #246)

ADAL 1.2.5

21 Oct 20:09
e9a471e
Compare
Choose a tag to compare
  • Bugfix to address error "InvalidScope : FaultMessage: ID3082: The request scope is not valid or is unsupported." when using username-password flow with federated user account while your tenant is migrating to a different cloud. (#240)

ADAL Python 1.2.4

05 Jun 23:32
2471809
Compare
Choose a tag to compare
  • Update project metadata on PyPI (#231 )

ADAL Python 1.2.3

02 May 00:01
f840cac
Compare
Choose a tag to compare
  • Enabled dynamic whitelisting of dSTS endpoints (#215 )
  • World wide authority updated from login.windows.net to login.microsoftonline.com (#227 )

ADAL Python 1.2.2

03 Jul 23:05
e3a0d19
Compare
Choose a tag to compare

ADAL Python 1.2.1

25 Jan 01:29
168292a
Compare
Choose a tag to compare
  • Enhancement: Added support for WSS SAML1.1 and 2 token types (#186, #187 )
  • Updated requirements.txt to pick up the vulnerability fix included in requests 2.20.0 (#179 )

ADAL Python 1.2.0

18 Oct 22:36
b99c5b4
Compare
Choose a tag to compare
  • Enhancement: Added support for Subject Name / Issuer authentication (#173)

ADAL Python 1.1.0

04 Sep 17:06
bef928d
Compare
Choose a tag to compare
  • Enhancement: Added whitelisted domains for dSTS (#164)

ADAL Python 1.0.2

26 Jun 19:20
139e0a7
Compare
Choose a tag to compare
  • Fixes incorrect cache operation in authorization code flow (#161). The issue was observed in previous version 0.6.0, 0.7.0, 1.0.0, 1.0.1.