Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openid/securedapp.ini@7077
Revision 7077,
1.3 KB
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | # |
---|
2 | # AuthN WSGI Testing environment configuration |
---|
3 | # |
---|
4 | # The %(here)s variable will be replaced with the parent directory of this file |
---|
5 | # |
---|
6 | [DEFAULT] |
---|
7 | |
---|
8 | [server:main] |
---|
9 | use = egg:Paste#http |
---|
10 | host = 0.0.0.0 |
---|
11 | port = 5080 |
---|
12 | |
---|
13 | [pipeline:main] |
---|
14 | pipeline = SessionMiddlewareFilter |
---|
15 | AuthenticationFilter |
---|
16 | SecuredApp |
---|
17 | |
---|
18 | [app:SecuredApp] |
---|
19 | paste.app_factory = ndg.security.test.integration.openid.securedapp:TestOpenIDMiddleware |
---|
20 | |
---|
21 | #______________________________________________________________________________ |
---|
22 | # Beaker Session Middleware (used by Authentication Filter) |
---|
23 | [filter:SessionMiddlewareFilter] |
---|
24 | paste.filter_app_factory=beaker.middleware:SessionMiddleware |
---|
25 | #beaker.session.key = sso |
---|
26 | beaker.session.secret = somesecret |
---|
27 | |
---|
28 | # If you'd like to fine-tune the individual locations of the cache data dirs |
---|
29 | # for the Cache data, or the Session saves, un-comment the desired settings |
---|
30 | # here: |
---|
31 | beaker.cache.data_dir = %(here)s/beaker/cache |
---|
32 | beaker.session.data_dir = %(here)s/beaker/sessions |
---|
33 | |
---|
34 | [filter:AuthenticationFilter] |
---|
35 | paste.filter_app_factory = ndg.security.server.wsgi.authn:AuthNRedirectHandlerMiddleware |
---|
36 | prefix = authN. |
---|
37 | |
---|
38 | # Set redirect for OpenID Relying Party in the Security Services app instance |
---|
39 | authN.redirectURI = http://localhost:5443/verify |
---|
40 | |
---|
41 | # AuthKit Set-up |
---|
42 | authkit.setup.method=cookie |
---|
43 | authkit.cookie.secret=secret encryption string |
---|
44 | authkit.cookie.signoutpath = /logout |
---|
Note: See
TracBrowser
for help on using the repository browser.