Changes between Version 1 and Version 2 of Howtos/ndgOAuthWithModWSGI
- Timestamp:
- 24/01/13 15:06:18 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howtos/ndgOAuthWithModWSGI
v1 v2 15 15 cd mod_wsgi-3.4 16 16 ./configure 17 }}} 17 18 18 19 == Python environment == 19 20 1. Prerequisites 20 21 {{{ 21 apt-get install python-setuptools python-virtualenv 22 apt-get install python-setuptools python-virtualenv xmlsec1 22 23 }}} 23 24 1. Make virtualenv in some suitable location e.g. … … 56 57 }}} 57 58 59 == Python Configuration files == 60 1. Make directories for the python client and server copying the bearer token example directories given in the respective packages - ndg.oauth.client.examples.bearer_tok and ndg.oauth.server.examples.bearer_tok. 61 1. Add in the additional config needed for the PySAML2 SP: 62 1. 58 63 == Create WSGI scripts == 59 64 1. Scripts dir