Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/python/ndg_security_test/ndg/security/test/unit/attributeauthority/test_sqlalchemyattributeinterface.cfg@6062
Revision 6062,
928 bytes
checked in by pjkersha, 11 years ago
(diff) |
- Working SamlPIPMiddleware - the Policy Information Point with an interface to the SAML Attribute Authority. The PIP retrieves user credential information for the PDP.
- Fixed ndg.security.test.unit.wsgi.authz.test_authz unit tests for the above.
|
Line | |
---|
1 | [DEFAULT] |
---|
2 | attributeInterface.issuerName = /O=Site A/CN=Attribute Authority |
---|
3 | attributeInterface.samlSubjectSqlQuery = select count(*) from users where openid = '${userId}' |
---|
4 | attributeInterface.samlAttribute2SqlQuery.1 = "urn:esg:first:name" "select firstname from users where openid = '${userId}'" |
---|
5 | attributeInterface.samlAttribute2SqlQuery.lastName = "urn:esg:last:name" "select lastname from users where openid = '${userId}'" |
---|
6 | attributeInterface.samlAttribute2SqlQuery.emailAddress = "urn:esg:email:address" "select emailaddress from users where openid = '${userId}'" |
---|
7 | attributeInterface.samlAttribute2SqlQuery.4 = "urn:siteA:security:authz:1.0:attr" "select attributename from attributes where openid = '${userId}'" |
---|
8 | attributeInterface.samlValidRequestorDNs = /O=Site A/CN=Authorisation Service,/O=Site A/CN=Attribute Authority, |
---|
9 | /O=Site B/CN=Authorisation Service |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.