Changes between Version 5 and Version 6 of ndg_security
- Timestamp:
- 19/10/10 09:53:49 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ndg_security
v5 v6 6 6 NDG Security uses a modular server side architecture based on the Python WSGI. WSGI filters front applications to be protected enforcing access control. Attribute and Authorisation web services, OpenID applications are all built around the WSGI specification. Using `PasteDeploy`, it is possible to make a flexibile configuration at deployment by arranging the filters and applications by following a simple ini file syntax. 7 7 8 For server deployment, Apache2 with `mod_wsgi` are the recommended containers for running applications and filters. Installation configuratipn detailsare given below.8 For server deployment, Apache2 with `mod_wsgi` are the recommended containers for running applications and filters. Links to [wiki:ndg_security#Installation installation and configuration details] are given below. 9 9 10 10 == Source ==