Changes between Version 1 and Version 2 of SAML2.0
- Timestamp:
- 01/06/10 13:56:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SAML2.0
v1 v2 1 1 = NDG SAML = 2 NDG SAML is a Python implementation of SAML 2.0 developed for the [ NERC DataGrid http://ndg.nerc.ac.uk/] and [Earth System Grid http://www.earthsystemgrid.org] [CMIP5 http://cmip-pcmdi.llnl.gov/cmip5/] security. architecture. Both use a federation model for access control and SAML 2.0 was selected to provide the interfaces for attribute and authorisation decision queries. This implementation is based on the Java [OpenSAML www.opensaml.org/] code.2 NDG SAML is a Python implementation of SAML 2.0 developed for the [http://ndg.nerc.ac.uk/ NERC DataGrid] and [http://www.earthsystemgrid.org Earth System Grid] [http://cmip-pcmdi.llnl.gov/cmip5/ CMIP5] security. architecture. Both use a federation model for access control and SAML 2.0 was selected to provide the interfaces for attribute and authorisation decision queries. This implementation is based on the Java [www.opensaml.org/ OpenSAML] code. 3 3 4 4 The code uses !ElementTree for serialisation to and parsing from XML but an API makes it easily extendable to use other Python XML parsers if desired.