Changes between Version 12 and Version 13 of SAML2.0
- Timestamp:
- 01/10/10 14:59:26 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SAML2.0
v12 v13 8 8 === 0.5 === 9 9 Adds WSGI middleware and client side implementations for SOAP binding to query/request profile. 10 11 == Installation == 12 The code is available on PyPI at http://pypi.python.org/pypi/ndg-saml/. 13 {{{ 14 $ sudo easy_install ndg_saml 15 }}} 10 16 11 17 == Example Code == … … 203 209 http://proj.badc.rl.ac.uk/ndg/browser/TI12-security/trunk/ndg_saml 204 210 205 == Installation ==206 The code is available on PyPI at http://pypi.python.org/pypi/ndg-saml/0.4.207 {{{208 $ sudo easy_install ndg_saml209 }}}210 211 211 == Unit Tests == 212 212 See the `ndg.saml.test.test_saml` module and the `ndg.saml.test.binding.soap` package.