comparison gwt-client/src/main/webapp/WEB-INF/web.xml @ 5942:92da396f80d7

Add trusted key for SAML authentication and configure it in web.xml.
author Bernhard Herzog <bh@intevation.de>
date Wed, 08 May 2013 17:56:14 +0200
parents 5aa05a7a34b7
children 36a5b6b9241e
comparison
equal deleted inserted replaced
5941:c1806821860b 5942:92da396f80d7
17 </context-param> 17 </context-param>
18 18
19 <context-param> 19 <context-param>
20 <param-name>authentication</param-name> 20 <param-name>authentication</param-name>
21 <param-value>GGInA</param-value> 21 <param-value>GGInA</param-value>
22 </context-param>
23
24 <context-param>
25 <param-name>saml-trusted-public-key</param-name>
26 <param-value>/WEB-INF/saml-signer-cert.pem</param-value>
22 </context-param> 27 </context-param>
23 28
24 <context-param> 29 <context-param>
25 <param-name>features-file</param-name> 30 <param-name>features-file</param-name>
26 <param-value>/WEB-INF/features.xml</param-value> 31 <param-value>/WEB-INF/features.xml</param-value>

http://dive4elements.wald.intevation.org