v0.5.0
- The user identifier attribute is now customizable via the
SAML_IDP_DJANGO_USERNAME_FIELD
settings. #20 - Supports the HTTP REDIRECT binding. #20
- Bugfix in the NameID generation where destination instead of entity ID was used. #18
BREAKING CHANGE: the has_access(user)
method on the Processor class has been changed to has_access(request)
. This to allow a broader scope of access control checks to perform. If you have subclassed the BaseProcessor
class and have overriden this method with a custom implementation, you will need to change this.