Skip to content

Version 7.1.1

Compare
Choose a tag to compare
@c00kiemon5ter c00kiemon5ter released this 22 Feb 11:47
· 150 commits to master since this release

7.1.1 (2022-02-22)

  • Process and verify the metadata signature for EntitiesDescriptor and EntityDescriptor
  • Fix client to be able to retry creating an AuthnRequest with a different binding
  • Allow requested_authn_context to be an object
  • AttributeValues are optional; allow Attributes to not have values
  • Update SWAMID entity category to support https://myacademicid.org/entity-categories/esi
  • Fix signing for requests with the SOAP binding
  • tests: new test case for signed SOAP LogoutRequests
  • docs: document the metadata node_name option for the remote source
  • examples: align with latest updates
  • deps: declare setuptools as a requirement for processing the package version
  • build: add python 3.9 and 3.10 to classifiers
  • misc: linter fixes