- Timestamp:
- 22/02/10 14:14:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/authz_lite/securityservices.ini
r6575 r6604 406 406 # SAML SOAP Binding to the Attribute Authority 407 407 [filter:AttributeAuthoritySamlSoapBindingFilter] 408 paste.filter_app_factory = ndg.security.server.wsgi.saml .attributeinterface:SOAPAttributeInterfaceMiddleware.filter_app_factory408 paste.filter_app_factory = ndg.security.server.wsgi.saml:SOAPQueryInterfaceMiddleware.filter_app_factory 409 409 prefix = saml.soapbinding. 410 411 saml.soapbinding.deserialise = saml.xml.etree:AttributeQueryElementTree.fromXML 412 413 # Specialisation to incorporate ESG Group/Role type 414 saml.soapbinding.serialise = ndg.security.common.saml_utils.esg.xml.etree:EsgResponseElementTree.toXML 410 415 411 416 saml.soapbinding.pathMatchList = /AttributeAuthority/saml
Note: See TracChangeset
for help on using the changeset viewer.