Releases: snok/django-auth-adfs
Releases · snok/django-auth-adfs
1.8.0 - `GROUP_TO_FLAG_MAPPING` can now be a list of groups.
Features
- #104 (@joachimBurket )
GROUP_TO_FLAG_MAPPING
can now be a list of groups.
1.7.0 - New settings for Azure and guest users
1.6.1 - Fix #116
1.6.0 - Custom failed response view
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
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)
Fixed
- AADSTS50076 error fixed in #101
1.4.0
Features
Fixed
1.3.1
1.3.0
NOTE: From this release onwards, compatibility with python 2.7 and 3.4 is not guaranteed anymore.
Removed
- Python 2.7 and 3.4 tests
- Django Rest Framework 3.7 tests
Changed
- The URLs file to override the django rest framework login (
drf-urls.py
), was not a valid python module name.
It was changed todrf_urls.py
. Th old name is still there but will be removed in a next release.
Added
- Added setting
SETTINGS_CLASS
, defaulting to
django_auth_adfs.config.Settings
. This provides a mechanism to load the
AUTH_ADFS
config from sources other than Django settings. - Python 3.8 tests
- Django Rest Framework 3.10 tests