Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/TI12-security/trunk/python/ndg.security.test/ndg/security/test/integration/openidrelyingparty_withapp/validator.xml@5541
Revision 5541,
649 bytes
checked in by pjkersha, 12 years ago
(diff) |
New integration test for trying out OpenID Relying Party running in the application code stack instead of the separate services stack.
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | Configuration for an OpenID Relying Party Validation of OpenID Providers |
---|
4 | (IdPs) |
---|
5 | |
---|
6 | P J Kershaw 09/06/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="org.openid4java.util.ProviderWhitelistValidator"> |
---|
12 | <parameter name="config-file" value="/PATH/TO/wl-config"/> |
---|
13 | </validator> |
---|
14 | <validator name="org.openid4java.util.ProviderIdentifierTestValidator"> |
---|
15 | <parameter name="config-file" value="/PATH/TO/wl-config2"/> |
---|
16 | </validator> |
---|
17 | </IdPValidators> |
---|
Note: See
TracBrowser
for help on using the repository browser.