Skip to content

Releases: snok/django-auth-adfs

1.10.0 - Proxies and better claim mapping support

12 Jun 12:08
Compare
Choose a tag to compare

Features

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

27 May 17:43
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Updates

1.9.3 - Update requirements and fix typo

01 Dec 18:59
Compare
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
Compare
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
Compare
Choose a tag to compare

Updates

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

1.9.0 - GUEST_USERNAME_CLAIM implemented

27 Aug 19:59
27ef96c
Compare
Choose a tag to compare

Features

  • Add GUEST_USERNAME_CLAIM, a setting that allow you to use a different username claim for guest users. @JonasKs and @Seykotron #166

1.8.1 - Fix BLOCK_GUEST_USERS setting

27 Aug 17:58
bd338c2
Compare
Choose a tag to compare

Features