Djangosaml2 Versions Save

Django SAML2 Service Provider based on pySAML2

v1.9.3

1 week ago

Release notes

  • generalize args in do logout func @r350178982 (#405)
  • Fix Content-Security-Policy if hash is included in script-src @prauscher (#404)
  • Add CSP handler setting @GertBurger (#401)

v1.9.2

2 months ago

Release notes

  • Fix: New created users will have unusable password @pandafy (#399)

v1.9.1

3 months ago

Release notes

  • Add traceback info to logger messages within exceptions @mjsir911 (#394)

v1.9.0

4 months ago

Release notes

  • Make sure djangosaml2 works in csp-enabled applications too (fix #391) @prauscher (#392)
  • Some improvements for the documentation. @hutchison (#393)

v1.8.0

6 months ago

Release notes

  • Add additional RelayState URL validation @tymees (#388)
  • Python3.12 compat @g-as (#387)
  • Bumped handled python versions & prepared for Django 5.0 @g-as (#386)

v1.7.0

10 months ago

Release notes

  • Logout relaystate @plojyon (#380)

v1.6.0

10 months ago

Release notes

  • Allow overriding SameSite value for session cookie @RouganStriker (#378)

v1.5.8

11 months ago

Release notes

  • Separate out the condition for skipping login @jafacakes2011 (#376)

v1.5.7

1 year ago

Release notes

  • Split authenticate into separate overridable function @marcelkornblum (#374)

v1.5.6

1 year ago

Release notes

  • Fix XSS in the idp url parameter [cleanup] @brianvans (#370)
  • typo: [Documentation] xmlsec1 @peppelinux (#363)
  • xmlsec package is xmlsec1 @Erik-J-D (#362)