pypi djangosaml2 1.3.5
v1.3.5

latest releases: 1.9.3, 1.9.2, 1.9.1...
2 years ago

What's Changed

  • Update setup.rst by @oakmegaeddie in #307
  • Update setup.rst by @oakmegaeddie in #308
  • Fix comment in setup.rst by @mmaridev in #310
  • Use assertEqual instead of assertEquals for Python 3.11 compatibility. by @tirkarthi in #316
  • chore: upgrade to pysaml 7.1.0
  • feat: conf.py takes sp_kwargs to extend the customization of unit tests
  • BREAKING CHANGE: RequestedAuthnContext updated to pysaml2 7.1 (IdentityPython/pysaml2#807)
    it's mandatory to update your AuthnContext configuration with this structure
           "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: v1.3.3...v1.3.5

Don't miss a new djangosaml2 release

NewReleases is sending notifications on new releases.