Skip to content

Releases: snok/django-auth-adfs

1.9.0 - GUEST_USERNAME_CLAIM implemented

27 Aug 19:59
27ef96c

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

Choose a tag to compare

Features

1.8.0 - `GROUP_TO_FLAG_MAPPING` can now be a list of groups.

14 Aug 17:32

Choose a tag to compare

Features

1.7.0 - New settings for Azure and guest users

07 Jun 15:45
306efd6

Choose a tag to compare

Features

  • #160 - Setting to block guest users from authenticating.
  • #157 - Setting to set the Azure AD endpoint version.

1.6.1 - Fix #116

25 Mar 11:36
39794cc

Choose a tag to compare

Fixed

  • #116 - Raise PermissionDenied when token is lacking information needed to create a user.
  • #147 - Fixed JWT_LEEWAY documentation

1.6.0 - Custom failed response view

25 Jan 18:59
7c12aac

Choose a tag to compare

Features

  • New parameter called CUSTOM_FAILED_RESPONSE_VIEW, allowing you to set a custom django function view to handle login
    failures. #136

1.5.0 - LEEWAY_JWT parameter for setting a leeway

18 Jan 14:35
d863c24

Choose a tag to compare

Features

  • New parameter called LEEWAY_JWT, allowing you to set a leeway for validating the JWT token. #128

1.4.1 - Bugfix for MFA error (AADSTS50076)

16 Jan 19:57
58d881a

Choose a tag to compare

Fixed

  • AADSTS50076 error fixed in #101

1.4.0

16 Jan 12:36
0e52004

Choose a tag to compare

Features

  • Added support for enterprice app SSO certificates #87
  • Added setting to disable user creation #96

Fixed

  • Dependency compatibility for PyJWT 2.0 #120
  • Django 4.0 deprecation cleanup
  • Fixed a bug where IntegrityError could occur if a users groups changed, and multiple requests were done quickly. #95

1.3.1

06 Nov 08:44

Choose a tag to compare

Fixed

  • Fix retries towards ADFS in situations where ADFS didn't respond in time.