Skip to content

Releases: jeremyschulman/django3-auth-saml2

v0.6.1

26 Jul 15:29
Compare
Choose a tag to compare

Updated to allow future versions of pysaml2

v0.6.0

17 Feb 18:05
a8ef554
Compare
Choose a tag to compare

Added #18 from @prauscher - thank you!

v0.5.0

22 Aug 22:47
Compare
Choose a tag to compare
  • Added SIGN_KEYS support to configuration. Thank you @prauscher for the contribution!

v0.4.0

07 Apr 20:57
48a5084
Compare
Choose a tag to compare

Include fix #15 from @squintfox
update deprecated django function call

v0.3.0

24 Mar 13:09
2c137d9
Compare
Choose a tag to compare

Fix from @liquidninja07 - thank you!

v0.2.0

19 Jun 13:56
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Added SSO_ACS_URL to configuration to dynamically set the URL that
    will be used for SSO sign-in; previously was hardcoded to use
    a reverse-loopup technique based on this package-name. Defaults
    to /sso/acs.
  • Added logging to views.py file.