Releases: snok/django-auth-adfs
Releases · snok/django-auth-adfs
1.10.0 - Proxies and better claim mapping support
Features
- Add a
PROXIES
setting ( #240 @sebastianmanger ) - Extend
CLAIM_MAPPING
to support mapping of extra details to the Django user account ( #242, @WCONFR and @tim-schilling )- Full documentation can be found here.
1.9.7 - Enforce PyJWT version and minor change to config loading flow
1.9.6 - Fix Azure v2 token URL
1.9.5 - Fix GUEST_USERNAME_CLAIM setting
1.9.4 - Django v4 compatibility
Updates
- Import changes for Django v4 compatibility (@mcrowepfx #210)
- Add v4 to test matrix and dependencies (@sondrelg #211, #213)
1.9.3 - Update requirements and fix typo
Updates
- Update urllib3 dependency requirement ( @lotheac #206 )
- Fix wrong error message when
VERSION
is set but notTENANT_ID
( @fabianallendorf #199 ) - Removes
CHANGELOG.rst
in favor of GitHub releases ( @JonasKs )
1.9.2
1.9.1 - Update deprecated arguments in urllib3
1.9.0 - GUEST_USERNAME_CLAIM implemented
Features
- Add
GUEST_USERNAME_CLAIM
, a setting that allow you to use a different username claim for guest users. @JonasKs and @Seykotron #166