Changes between Version 6 and Version 7 of Howtos/ndgOAuthWithModWSGI
- Timestamp:
- 24/01/13 15:35:58 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howtos/ndgOAuthWithModWSGI
v6 v7 135 135 EOF 136 136 }}} 137 1. In the repoze_who.ini file config for the OAuth server make sure to use absolute paths by using the `here` substitution: 138 {{{ 139 [plugin:saml2auth] 140 use = s2repoze.plugins.sp:make_plugin 141 saml_conf = sp_conf 142 rememberer_name = auth_tkt 143 debug = 1 144 sid_store = %(here)s/outstanding 145 identity_cache = %(here)s/identities 146 }}} 137 147 138 148 == Create WSGI scripts ==