Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.67 KB

README.rst

File metadata and controls

48 lines (41 loc) · 1.67 KB

python SAML metadata aggregator

Travis Build Coverage Requirements Status Code Climate License Format PyPI Version

This is a SAML metadata aggregator written in python. It is based on the model for metadata exchange by Ian Young: http://iay.org.uk/blog/2008/10/metadata_interc.html

Features

  • Pluggable "pipelines" for processing SAML metadata
  • Signature validation and creation
  • Support for using PKCS#11 tokens for signing
  • Certificate expiration checking and reporting
  • Fast parallel fetching of multiple streams
  • Integrated discovery service in part based on RA21.org P3W project
  • Support for eIDAS metadata service list format

Dependencies

  • pyXMLSecurity
  • PyKCS11 (optional)