Skip to content

v0.5.0

Compare
Choose a tag to compare
@mhindery mhindery released this 12 Jan 00:21
· 46 commits to master since this release
  • 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.