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
- @oakmegaeddie made their first contribution in #307
- @mmaridev made their first contribution in #310
- @tirkarthi made their first contribution in #316
Full Changelog: v1.3.3...v1.3.5