Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/openid/relyingparty/validation/ssl-idp-validator.xml@7077
Revision 7077,
875 bytes
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | Configuration for an OpenID Relying Party SSL based Validation of OpenID |
---|
4 | Providers (IdPs) |
---|
5 | |
---|
6 | P J Kershaw 20/07/2009 |
---|
7 | |
---|
8 | See: http://www.ci.uchicago.edu/wiki/bin/view/ESGProject/OpenIDExtensions |
---|
9 | --> |
---|
10 | <IdPValidators xmlns="urn:esg:security:authz:1.0:IdPValidator"> |
---|
11 | <validator name="ndg.security.server.wsgi.openid.relyingparty.validation.SSLClientAuthNValidator"> |
---|
12 | <parameter name="configFilePath" value="$NDGSEC_UNITTEST_IDPVALIDATION_DIR/ssl-valid-server-names.cfg"/> |
---|
13 | <parameter name="caCertDirPath" value="$NDGSEC_TEST_CONFIG_DIR/ca"/> |
---|
14 | <parameter name="certFilePath" value="$NDGSEC_TEST_CONFIG_DIR/pki/test.crt"/> |
---|
15 | <parameter name="priKeyFilePath" value="$NDGSEC_TEST_CONFIG_DIR/pki/test.key"/> |
---|
16 | <parameter name="priKeyPwd" value=""/> |
---|
17 | </validator> |
---|
18 | </IdPValidators> |
---|
Note: See
TracBrowser
for help on using the repository browser.