Changeset 8118 for trunk/ndg_oauth/ndg_oauth_server
- Timestamp:
- 24/08/12 14:04:47 (9 years ago)
- Location:
- trunk/ndg_oauth/ndg_oauth_server
- Files:
-
- 8 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples/bearer_tok
-
Property
svn:ignore
set to
authn
-
Property
svn:ignore
set to
-
trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples/bearer_tok/bearer_tok_server_app.ini
r8117 r8118 18 18 host = 0.0.0.0 19 19 port = 5000 20 ssl_pem = %(here)s/ host.pem20 ssl_pem = %(here)s/../shared_config/pki/host.pem 21 21 22 22 [pipeline:main] … … 121 121 #oauth2server.client_authorizations_key=client_authorizations 122 122 oauth2server.client_register=%(here)s/client_register.ini 123 #oauth2server.myproxy_client_key=myproxy.server.wsgi.middleware.MyProxyClientMiddleware.myProxyClient124 oauth2server.myproxy_global_password=i93rRugz125 123 #oauth2server.session_key_name=beaker.session.oauth2server 126 124 #oauth2server.user_identifier_key=REMOTE_USER
Note: See TracChangeset
for help on using the changeset viewer.