Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/attributeauthority/sitea/README@6721
Revision 6721,
978 bytes
checked in by pjkersha, 11 years ago
(diff) |
- Working Attribute Authority client unit tests. Configuration parameters such as issuer and flags to test query timestamp and SAML version string have now been moved out of the Attribute Authority to the generic SAML subject Query middleware interface ndg.security.server.wsgi.saml.SOAPQueryInterfaceMiddleware. This could be moved into the SAML egg at a later stage. The AuthzDecisionQuery? interface should be retested to allow for these changes.
|
Line | |
---|
1 | Site A Test Attribute Authority Service |
---|
2 | ======================================= |
---|
3 | This directory contains the configuration information for an Attribute |
---|
4 | Authority test service used by the unit tests: |
---|
5 | |
---|
6 | - site-aa.ini: main configuration file for the service which also contains |
---|
7 | Paste config to enable running the service with paster: |
---|
8 | |
---|
9 | $ paster serve site-a.ini |
---|
10 | |
---|
11 | - sitea_attributeauthority.py: script to invoke the service: |
---|
12 | |
---|
13 | $ python ./sitea_attributeauthority.py |
---|
14 | |
---|
15 | This script can be used to test the service but the unit tests start up and |
---|
16 | close down attribute authority instances atuomatically. See: |
---|
17 | ndg.security.test.unit.BaseTestCase |
---|
18 | |
---|
19 | - sitea_attributeinterface.py: attribute interface plugin to the Attribute |
---|
20 | Authority determines what attributes a given user is entitled to. In a |
---|
21 | production deployment this might link to a user database or other repository. |
---|
22 | |
---|
23 | Initial version: P J Kershaw 14/05/09 |
---|
24 | Updated: P J Kershaw 11/03/10 |
---|
Note: See
TracBrowser
for help on using the repository browser.