Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 649 Bytes

README.rst

File metadata and controls

24 lines (18 loc) · 649 Bytes

python SAML metadata aggregator

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

Dependencies

  • pyXMLSecurity
  • PyKCS11 (optional)