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 15:10:14 UTC

[cxf-fediz] branch master updated: Revert "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 983840a  Revert "Adding for SAML endpoint as well"
983840a is described below

commit 983840abadd36a30b39a22805836a121a706b1e2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 19 16:10:07 2017 +0100

    Revert "Adding for SAML endpoint as well"
    
    This reverts commit 4dfdfe133b9eec162fb299f74e76774c3cf72200.
---
 services/idp/src/main/webapp/WEB-INF/config/security-up-config.xml | 1 -
 1 file changed, 1 deletion(-)

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 76d3e99..e655065 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,7 +62,6 @@
     
     <!-- 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>'].