Changeset 8117 for trunk/ndg_oauth/ndg_oauth_server
- Timestamp:
- 24/08/12 13:34:18 (9 years ago)
- Location:
- trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples/bearer_tok
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples/bearer_tok/bearer_tok_server_app.ini
r8116 r8117 24 24 repoze_who 25 25 AuthnForm 26 MyProxyClient26 # MyProxyClient 27 27 OAuth2Authz 28 28 OAuth2ServerFilterApp 29 # OAuth2Server30 29 31 30 # This filter sets up a server side session linked to a cookie. The session -
trunk/ndg_oauth/ndg_oauth_server/ndg/oauth/server/examples/bearer_tok/bearer_tok_server_app_serve.py
r8116 r8117 1 1 from paste.script.serve import ServeCommand 2 2 3 ServeCommand("serve").run([" ceda_oauth_server.ini"])3 ServeCommand("serve").run(["bearer_tok_server_app.ini"])
Note: See TracChangeset
for help on using the changeset viewer.