Skip to content

Releases: snok/django-auth-adfs

1.11.0

24 Aug 18:24
fef55a9

Choose a tag to compare

What's Changed

  • Update supported python and django versions. by @tim-schilling in #250
  • Dropped support for Python 3.6
  • Dropped support for Django 2.2, Django 3.0 and Django 3.1

New Contributors

Full Changelog: 1.10.1...1.11.0

1.10.1 - Use Graph API to fetch groups if there is too many groups in the token

23 Aug 13:03
ec598f5

Choose a tag to compare

Fixes

  • Add fetching of group from the graph API if the token contains no groups, because there is too many. ( #247 , @777GE90 )

1.10.0 - Proxies and better claim mapping support

12 Jun 12:08

Choose a tag to compare

Features

1.9.7 - Enforce PyJWT version and minor change to config loading flow

27 May 17:43

Choose a tag to compare

Fixes

  • Don't load configuration until validating that an authorization_code has actually been provided. ( #237 by @cdunford )
  • Enforce PyJWT to be ^2.4.0. We no longer support old PyJWT versions, and strongly recommend everyone to upgrade. ( @JonasKs )

1.9.6 - Fix Azure v2 token URL

06 May 13:11
c091213

Choose a tag to compare

Fixes

  • Correctly format redirect URL for Azure when requesting v2 tokens. ( #233 @mwigh )

1.9.5 - Fix GUEST_USERNAME_CLAIM setting

29 Mar 08:23

Choose a tag to compare

Fixes

  • Fix GUEST_USERNAME_CLAIM for Azure AD guest users ( #227 @ollipa )

1.9.4 - Django v4 compatibility

25 Dec 12:53
a2e9b37

Choose a tag to compare

Updates

1.9.3 - Update requirements and fix typo

01 Dec 18:59

Choose a tag to compare

Updates

  • Update urllib3 dependency requirement ( @lotheac #206 )
  • Fix wrong error message when VERSION is set but not TENANT_ID ( @fabianallendorf #199 )
  • Removes CHANGELOG.rst in favor of GitHub releases ( @JonasKs )

1.9.2

23 Nov 21:44
4237005

Choose a tag to compare

Updates

  • Updates cryptography requirements to reflect new versioning strategy. Fixed in #202 by @lotheac 👏

1.9.1 - Update deprecated arguments in urllib3

01 Oct 15:03

Choose a tag to compare

Updates

  • Update urllib3 deprecated arguments (from method_whitelist to allowed_methods) ( @kdleijer #188 #190 )