Changes between Version 9 and Version 10 of SAML2.0
- Timestamp:
- 01/10/10 14:55:40 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SAML2.0
v9 v10 1 [[PageOutline]] 1 2 = NDG SAML = 2 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 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 4 4 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. 6 7 == Releases == 8 === 0.5 === 9 Adds WSGI middleware and client side implementations for SOAP binding to query/request profile. 5 10 6 11 == Example Code == … … 203 208 204 209 == Unit Tests == 205 See the `ndg.saml.test.test_saml` module. 206 207 == Development Status == 208 Development has focussed on the Assertion Query/Request Profile to support `AttributeQuery` and `AuthzDecisionQuery` as needed for NDG and ESG. Where possible code stubs have been provided for the other core classes. 209 210 SOAP client and server (WSGI based) binding code has been developed for SOAP transport but have not yet been merged from the NDG Security development trunk. See: 211 212 * [http://proj.badc.rl.ac.uk/ndg/browser/TI12-security/trunk/NDGSecurity/python/ndg_security_common/ndg/security/common/saml_utils/binding/soap Client bindings] 213 * [http://proj.badc.rl.ac.uk/ndg/browser/TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/saml/__init__.py SOAP Query Interface WSGI middleware] 210 See the `ndg.saml.test.test_saml` module and the `ndg.saml.test.binding.soap` package. 214 211 215 212 216 213 ---- 217 214 218 Philip Kershaw 215 Philip Kershaw 01/10/10