Changeset 6721 for TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/attributeauthority/sitea/site-a.ini
- Timestamp:
- 11/03/10 14:55:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/attributeauthority/sitea/site-a.ini
r6720 r6721 21 21 22 22 [app:mainApp] 23 paste.app_factory = ndg.security.test.config.attributeauthority.sitea.site AServerApp:app_factory23 paste.app_factory = ndg.security.test.config.attributeauthority.sitea.sitea_attributeauthority:app_factory 24 24 25 25 # Chain of SOAP Middleware filters - Nb. WS-Security filters apply to the SOAP … … 43 43 attributeAuthority.environKeyNameAttributeQueryInterface: %(attributeQueryInterfaceEnvironKeyName)s 44 44 45 # Attribute Authority settings 46 # 'name' setting MUST agree with map config file 'thisHost' name attribute 47 attributeAuthority.name: Site A 45 # Attribute Authority settings... 48 46 49 47 # Lifetime is measured in seconds … … 55 53 # user ID 56 54 attributeAuthority.attributeInterface.modFilePath: %(here)s 57 attributeAuthority.attributeInterface.modName: siteAUserRoles 58 attributeAuthority.attributeInterface.className: TestUserRoles 55 attributeAuthority.attributeInterface.className: sitea_attributeinterface.TestUserRoles 59 56 60 57 # SAML SOAP Binding to the Attribute Authority … … 68 65 saml.soapbinding.serialise = ndg.security.common.saml_utils.esg.xml.etree:EsgResponseElementTree.toXML 69 66 70 saml.soapbinding.pathMatchList = /AttributeAuthority /saml67 saml.soapbinding.pathMatchList = /AttributeAuthority 71 68 saml.soapbinding.queryInterfaceKeyName = %(attributeQueryInterfaceEnvironKeyName)s 72 69 … … 74 71 # tolerance for query issueInstant parameter. Set here to 3 minutes 75 72 saml.soapbinding.clockSkewTolerance: 180.0 73 74 saml.soapbinding.issuer: /O=Site A/CN=Attribute Authority 76 75 77 76 # Logging configuration
Note: See TracChangeset
for help on using the changeset viewer.