[cpp-sp] branch master updated: Remove Query resolver from default config.

Scott Cantor cantor.2 at osu.edu
Mon Apr 23 19:09:16 EDT 2018


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=d823cbf1e97b161edfb69c8679fbbc54aca76612

The following commit(s) were added to refs/heads/master by this push:
       new  d823cbf   Remove Query resolver from default config.
d823cbf is described below

commit d823cbf1e97b161edfb69c8679fbbc54aca76612
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 23 19:09:01 2018 -0400

    Remove Query resolver from default config.
---
 configs/shibboleth3.xml     | 3 ---
 configs/win-shibboleth3.xml | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/configs/shibboleth3.xml b/configs/shibboleth3.xml
index 7e8bc31..b5ea3ce 100644
--- a/configs/shibboleth3.xml
+++ b/configs/shibboleth3.xml
@@ -92,9 +92,6 @@
 
         <!-- Map to extract attributes from SAML assertions. -->
         <AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/>
-        
-        <!-- Use a SAML query if no attributes are supplied during SSO. -->
-        <AttributeResolver type="Query" subjectMatch="true"/>
 
         <!-- Default filtering policy for recognized attributes, lets other data pass. -->
         <AttributeFilter type="XML" validate="true" path="attribute-policy.xml"/>
diff --git a/configs/win-shibboleth3.xml b/configs/win-shibboleth3.xml
index a9193a9..ffda324 100644
--- a/configs/win-shibboleth3.xml
+++ b/configs/win-shibboleth3.xml
@@ -135,9 +135,6 @@
         <!-- Map to extract attributes from SAML assertions. -->
         <AttributeExtractor type="XML" validate="true" reloadChanges="false" path="attribute-map.xml"/>
         
-        <!-- Use a SAML query if no attributes are supplied during SSO. -->
-        <AttributeResolver type="Query" subjectMatch="true"/>
-
         <!-- Default filtering policy for recognized attributes, lets other data pass. -->
         <AttributeFilter type="XML" validate="true" path="attribute-policy.xml"/>
 

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


More information about the commits mailing list