Changes between Version 15 and Version 16 of ESGF-Security
- Timestamp:
- Mar 14, 2013 11:18:36 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGF-Security
v15 v16 45 45 46 46 47 Edit WEB-INF/classes/esg-orp.propertiesto configure ESG-ORP to sign the cookies:47 Edit ''WEB-INF/classes/esg-orp.properties'' to configure ESG-ORP to sign the cookies: 48 48 {{{ 49 49 #location of keystore used to sign the authentication cookie … … 59 59 ESG-ORP manages a list that is used to allow the idp's. It is called whitelist. The idp's are entities which provide an openid login and return a valid cookie. We will need two lists and you can download them from here [[attachment:esgf_idp.xml]] [[attachment:esgf_idp_static.xml]]. If your idp is not contained by ''esgf_idp_static.xml'' just add your idp to the file. It is recommended to save these files in '''WEB-INF/classes/esg/config''' to work properly in all environments because Windows paths are not considered by the momment. 60 60 61 The whitelist files are read by '' 'WEB-INF/classes/esg/orp/orp/config/security-context-auth.xml'''61 The whitelist files are read by ''WEB-INF/classes/esg/orp/orp/config/security-context-auth.xml'' 62 62 Go to the line 84 and replace it with this line: 63 63 {{{ … … 71 71 == TDS Configuration == 72 72 73 Firstable, copy the following jars onto the TDS WEB-INF/lib directory [[attachment:thredds_esg_security_libraries.zip]]73 Firstable, copy the following jars onto the TDS ''WEB-INF/lib directory'' [[attachment:"thredds_esg_security_libraries.zip"]] 74 74 75 After that, edit the file $CATALINA_HOME/webapps/thredds/WEB-INF/web.xmland insert the XML snippet that configures the ESG access control filters to intercepts all requests sent to the TDS. You must configure the filter parameters to values that are specific to your system, specifically:75 After that, edit the file ''$CATALINA_HOME/webapps/thredds/WEB-INF/web.xml'' and insert the XML snippet that configures the ESG access control filters to intercepts all requests sent to the TDS. You must configure the filter parameters to values that are specific to your system, specifically: 76 76 77 77 {{{