- Timestamp:
- 29/01/10 16:33:44 (11 years ago)
- Location:
- TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/authz_lite
- Files:
-
- 2 deleted
- 1 edited
- 2 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/authz_lite/securityservices.ini
r6440 r6441 35 35 port = %(portNum)s 36 36 37 # Provider borrows content from RP static content dir so the cascade is not 38 # needed(!) 37 # Uncomment and replace OpenIDProviderApp with OpenIDProviderFilterApp in the 38 # pipeline below if the RelyingParty filter is removed. The RelyingParty 39 # provides static content to both it and the Provider in this configuration. 40 # See the staticContentDir setting in the OpenIDRelyingPartyFilter section 39 41 #[filter-app:OpenIDProviderFilterApp] 40 42 #use = egg:Paste#httpexceptions … … 46 48 #use = egg:Paste#cascade 47 49 #app1 = OpenIDProviderStaticContent 48 #app2 = OpenIDProviderApp49 50 #catch = 404 50 51 # … … 123 124 124 125 openid.relyingparty.baseURL = %(authkit.openid.baseurl)s 126 127 # Uncomment to restrict sign in to a whitelist of trusted OpenID Providers. 125 128 #openid.relyingparty.idpWhitelistConfigFilePath = %(here)s/openidrelyingparty/ssl-idp-validator.xml 129 126 130 openid.relyingparty.signinInterfaceMiddlewareClass = ndg.security.server.wsgi.openid.relyingparty.signin_interface.genshi.GenshiSigninTemplate 127 openid.relyingparty.signinInterface.staticContentRootDir = %(here)s/openidrelyingparty/public 131 132 # Nb. in this configuration, this directory is provider static content for both 133 # this filter and the OpenID Provider app downstream in the WSGI stack. 134 openid.relyingparty.signinInterface.staticContentRootDir = %(here)s/public 135 128 136 openid.relyingparty.signinInterface.baseURL = %(openid.relyingparty.baseURL)s 129 137 openid.relyingparty.signinInterface.initialOpenID = %(openIDProviderIDSelectURI)s … … 133 141 #openid.relyingparty.signinInterface.leftLink = http://ndg.nerc.ac.uk/ 134 142 #openid.relyingparty.signinInterface.leftImage = %(openid.relyingparty.signinInterface.baseURL)s/layout/ndg_logo_circle.gif 143 144 # This setting will accept HTML mark-up 135 145 openid.relyingparty.signinInterface.footerText = This site is for test purposes only. <a class="FooterLink" href="http://openid.net/what/" target="_blank"><small>What is OpenID?</small></a> 136 146 openid.relyingparty.signinInterface.rightLink = http://ceda.ac.uk/
Note: See TracChangeset
for help on using the changeset viewer.