Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/ndg_security_test/ndg/security/test/unit/myproxy/certificate_extapp/config.ini@6052
Revision 6052,
1.1 KB
checked in by pjkersha, 11 years ago
(diff) |
Updated MyProxy? Cert extension app for use with improved SAML Attribute Query interface class AttributeQuerySslSOAPBinding
|
Line | |
---|
1 | # Configuration file for MyProxy SAML Assertion certificate extension callout |
---|
2 | # application |
---|
3 | # |
---|
4 | # NERC Data Grid Project |
---|
5 | # |
---|
6 | # P J Kershaw 02/11/09 |
---|
7 | # |
---|
8 | # Copyright (C) 2009 Science and Technology Facilities Council |
---|
9 | # |
---|
10 | # BSD - See LICENCE file for details |
---|
11 | [DEFAULT] |
---|
12 | connectionString = sqlite:///$NDGSEC_TEST_CONFIG_DIR/user.db |
---|
13 | openIdSqlQuery = select openid from users where username = '${username}' |
---|
14 | attributeAuthorityURI = https://localhost:5443/AttributeAuthority/saml |
---|
15 | attributeQuery.issuerDN = /O=Site A/CN=Authorisation Service |
---|
16 | attributeQuery.clockSkew = 0 |
---|
17 | attributeQuery_queryAttributes.0 = urn:esg:email:address, EmailAddress, http://www.w3.org/2001/XMLSchema#string |
---|
18 | attributeQuery.queryAttributes.roles = urn:siteA:security:authz:1.0:attr, , http://www.w3.org/2001/XMLSchema#string |
---|
19 | |
---|
20 | # SSL settings |
---|
21 | attributeQuery.sslCACertDir = $NDGSEC_TEST_CONFIG_DIR/ca |
---|
22 | attributeQuery.sslCertFilePath = $NDGSEC_TEST_CONFIG_DIR/pki/test.crt |
---|
23 | attributeQuery.sslPriKeyFilePath = $NDGSEC_TEST_CONFIG_DIR/pki/test.key |
---|
24 | attributeQuery.sslValidDNs = /O=Site A/CN=Attribute Authority, |
---|
25 | /C=UK/ST=Oxfordshire/O=BADC/OU=Security/CN=localhost |
---|
Note: See
TracBrowser
for help on using the repository browser.