7.2.0 (2022-08-10)
- Add schemas for eIDAS extensions, elements and attributes
- Add the voPerson v2 attributes mappings; see reference
- Add the
registration_info_typ
method onsaml2.mdstore.MetadataStore
to get the registration information from anEntityDescriptor
services - Allow exceptions to convey the SAML
StatusCode
in an error response - Fix typo on method name under
saml2.mdstore.MetadataStore
; fromsbibmd_scopes
toshibmd_scopes
- Add partial support for
xs:date
AttributeValue
type - Fallback to
xs:string
as the type of theAttributeValue
text node - Fallback to the authn context class declaration to set the authn context class reference
- Αdd configuration option
http_client_timeout
to set a timeout on the HTTP calls by the httpbase module - Load certificates using cryptography and support certificate chains
- Remove deprecated cryptography backend param
- Fix assertion policy filter: Fallback to match a known attribute or return its name
- examples: Allow multiple attributes to be returned by the idp
- tests: Minor cleanups
- docs: Reference python2 compatible fork
- misc: add pepy badges on the README file