[cpp-sp] branch master updated: SSPCPP-883 - Allow blocking of unsolicited SSO

Scott Cantor cantor.2 at osu.edu
Mon Feb 24 22:07:24 EST 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=be57066f6fa4d39e3d8839ce793cf942ce89983d

The following commit(s) were added to refs/heads/master by this push:
       new  be57066   SSPCPP-883 - Allow blocking of unsolicited SSO
be57066 is described below

commit be57066f6fa4d39e3d8839ce793cf942ce89983d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 24 21:41:19 2020 -0500

    SSPCPP-883 - Allow blocking of unsolicited SSO
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-883
---
 configs/security-policy.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/security-policy.xml b/configs/security-policy.xml
index 066eb1c..2489989 100644
--- a/configs/security-policy.xml
+++ b/configs/security-policy.xml
@@ -19,7 +19,7 @@
     </Policy>
 
     <Policy id="blockUnsolicited" validate="false">
-        <PolicyRule type="MessageFlow" checkCorrelation="true" checkReplay="true" expires="60"/>
+        <PolicyRule type="MessageFlow" blockUnsolicited="true" checkReplay="true" expires="60"/>
         <PolicyRule type="Conditions">
             <PolicyRule type="Audience"/>
         </PolicyRule>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list