Changeset 8110 for trunk/ndg_oauth/ndg_oauth_server
- Timestamp:
- 23/08/12 12:22:47 (9 years ago)
- Location:
- trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples/ceda/ceda_oauth_server.ini
r8080 r8110 91 91 paste.filter_app_factory = ndg.oauth.server.wsgi.authorization_filter:Oauth2AuthorizationMiddleware.filter_app_factory 92 92 oauth2authorization.base_url_path=/client_authorization 93 oauth2authorization.client_authorization_form=%(here)s/ ndg/oauth/server/templates/auth_client_form.html93 oauth2authorization.client_authorization_form=%(here)s/templates/auth_client_form.html 94 94 #oauth2authorization.client_authorizations_key=client_authorizations 95 95 oauth2authorization.client_register=%(here)s/client_register.ini -
trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples/slcs
-
Property
svn:ignore
set to
authn
-
Property
svn:ignore
set to
-
trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples/slcs/slcs_oauth_server.ini
r8106 r8110 18 18 host = 0.0.0.0 19 19 port = 5000 20 ssl_pem = %(here)s/ pki/host.pem20 ssl_pem = %(here)s/../shared_config/pki/host.pem 21 21 22 22 [pipeline:main] … … 86 86 # server that it fronts e.g. set to /etc/grid-security/certificates. For these 87 87 # tests set to local ca directory 88 myproxy.client.caCertDir = %(here)s/ pki/ca88 myproxy.client.caCertDir = %(here)s/../shared_config/pki/ca 89 89 90 90 [filter:OAuth2Authz]
Note: See TracChangeset
for help on using the changeset viewer.