Changes between Version 19 and Version 20 of SAML2.0
- Timestamp:
- 14/03/11 11:44:01 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SAML2.0
v19 v20 1 1 [[PageOutline]] 2 2 = `ndg_saml` = 3 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 E arth System Grid][wiki:ESGF security architecture]. Both use a federated 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 [http://www.opensaml.org/ OpenSAML] code.3 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 ESG] (Earth System Grid) [wiki:ESGF security architecture]. Both use a federated 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 [http://www.opensaml.org/ OpenSAML] code. 4 4 5 5 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.