Releases: snok/django-auth-adfs
Releases · snok/django-auth-adfs
1.9.0 - GUEST_USERNAME_CLAIM implemented
27 Aug 19:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.8.0 - `GROUP_TO_FLAG_MAPPING` can now be a list of groups.
14 Aug 17:32
Compare
Sorry, something went wrong.
No results found
1.7.0 - New settings for Azure and guest users
07 Jun 15:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
AADSTS50076 error fixed in #101
1.4.0
16 Jan 12:36
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Fix retries towards ADFS in situations where ADFS didn't respond in time.