djangosaml2

Django SAML2 Service Provider based on pySAML2

APACHE-2.0 License

Downloads
366.6K
Stars
258
Committers
96

Bot releases are visible (Hide)

djangosaml2 - v1.9.3 Latest Release

Published by github-actions[bot] 6 months 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)
djangosaml2 - v1.9.2

Published by github-actions[bot] 8 months ago

Release notes

  • Fix: New created users will have unusable password @pandafy (#399)
djangosaml2 - v1.9.1

Published by github-actions[bot] 9 months ago

Release notes

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

Published by github-actions[bot] 10 months ago

Release notes

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

Published by github-actions[bot] 12 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)
djangosaml2 - 1.7.0

Published by github-actions[bot] over 1 year ago

Release notes

  • Logout relaystate @plojyon (#380)
djangosaml2 - 1.6.0

Published by github-actions[bot] over 1 year ago

Release notes

  • Allow overriding SameSite value for session cookie @RouganStriker (#378)
djangosaml2 - v1.5.8

Published by github-actions[bot] over 1 year ago

Release notes

  • Separate out the condition for skipping login @jafacakes2011 (#376)
djangosaml2 - v1.5.7

Published by github-actions[bot] over 1 year ago

Release notes

  • Split authenticate into separate overridable function @marcelkornblum (#374)
djangosaml2 - v1.5.6

Published by github-actions[bot] over 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)
djangosaml2 - v1.5.5

Published by github-actions[bot] almost 2 years ago

djangosaml2 - v1.5.4

Published by github-actions[bot] almost 2 years ago

Release notes

  • Fix XSS in next_path url param @Gee19 (#359)
djangosaml2 - v1.5.3

Published by peppelinux about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/IdentityPython/djangosaml2/compare/v1.5.2...v1.5.3

djangosaml2 - v1.5.2

Published by github-actions[bot] about 2 years ago

Release notes

  • Remove occurrences of my old nonexistent email address @lorenzogil (#342)
  • Fix typo @cclauss (#339)
djangosaml2 - v1.5.1

Published by peppelinux over 2 years ago

What's Changed

Full Changelog: https://github.com/IdentityPython/djangosaml2/compare/v1.5.0...v1.5.1

djangosaml2 - v1.5.0

Published by github-actions[bot] over 2 years ago

Release notes

  • BREAKING CHANGE: Drop python 3.6 and django 2.2/3.1 @g-as (#329)
  • Fix typo in PySAML2 example configuration @martin-mueller-cemas (#328)
djangosaml2 - v1.4.0

Published by github-actions[bot] over 2 years ago

Release notes

  • feat: MDQ support @cheoppy (#327)
djangosaml2 - v1.3.6

Published by github-actions[bot] over 2 years ago

Release notes

  • Update SameSite cookie notes @omidraha (#322)
  • pre-commit integration @g-as (#320)
  • tox: used final django ~ 4.0 version @g-as (#319)
  • added support for python3.10 @g-as (#318)
  • Added Django 4.0 compatibility @g-as (#317)

What's Changed

New Contributors

Full Changelog: https://github.com/IdentityPython/djangosaml2/compare/v1.3.5...v1.3.6

djangosaml2 - v1.3.5

Published by github-actions[bot] almost 3 years ago

What's Changed

           "requested_authn_context": {
                "authn_context_class_ref": [
                    "urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport",
                    "urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient",
                ],
                "comparison": "minimum",
            }

New Contributors

Full Changelog: https://github.com/IdentityPython/djangosaml2/compare/v1.3.3...v1.3.5

djangosaml2 - v1.3.4

Published by github-actions[bot] about 3 years ago

Release notes

Package Rankings
Top 2.39% on Pypi.org
Badges
Extracted from project README
Downloads
Related Projects