You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2017/10/19 14:53:56 UTC

[cxf-fediz] branch master updated: Adding for SAML endpoint as well

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dfdfe1  Adding for SAML endpoint as well
4dfdfe1 is described below

commit 4dfdfe133b9eec162fb299f74e76774c3cf72200
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 19 15:53:47 2017 +0100

    Adding for SAML endpoint as well
---
 services/idp/src/main/webapp/WEB-INF/config/security-up-config.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/services/idp/src/main/webapp/WEB-INF/config/security-up-config.xml b/services/idp/src/main/webapp/WEB-INF/config/security-up-config.xml
index e655065..76d3e99 100644
--- a/services/idp/src/main/webapp/WEB-INF/config/security-up-config.xml
+++ b/services/idp/src/main/webapp/WEB-INF/config/security-up-config.xml
@@ -62,6 +62,7 @@
     
     <!-- HTTP/BA entry point for SAML SSO -->
     <security:http pattern="/saml/up/**" use-expressions="true">
+        <security:csrf />
 		<security:intercept-url requires-channel="https" pattern="/saml/up/login*" access="isAuthenticated()" />
         <security:custom-filter after="CHANNEL_FILTER" ref="stsUPPortFilter" />
         <security:custom-filter after="SERVLET_API_SUPPORT_FILTER" ref="entitlementsEnricher" />

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].