[java-identity-provider] branch master updated: IDP-1624 - Preventing exporting DataConnectors from running during c14n

Scott Cantor cantor.2 at osu.edu
Mon Jun 22 16:43:09 UTC 2020


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ed2fa1262a7cf2704151df95c558cb38d8ac5afb

The following commit(s) were added to refs/heads/master by this push:
       new  ed2fa1262 IDP-1624 - Preventing exporting DataConnectors from running during c14n
ed2fa1262 is described below

commit ed2fa1262a7cf2704151df95c558cb38d8ac5afb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 22 12:43:06 2020 -0400

    IDP-1624 - Preventing exporting DataConnectors from running during c14n
    
    https://issues.shibboleth.net/jira/browse/IDP-1624
    
    Add resolution label that I should have added before.
---
 .../resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml b/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml
index 7576996bd..3a1af0d62 100644
--- a/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/c14n/attribute-sourced-subject-c14n-beans.xml
@@ -24,6 +24,7 @@
             c:resolverService-ref="shibboleth.AttributeResolverService"
             p:attributesToResolve-ref="shibboleth.c14n.attribute.AttributesToResolve"
             p:maskFailures="%{idp.service.attribute.resolver.maskFailures:true}"
+            p:resolutionLabel="c14n/attribute"
             p:principalNameLookupStrategy="#{getObject('shibboleth.c14n.attribute.PrincipalNameLookupStrategy')}">
         <property name="attributeContextCreationStrategy">
             <bean parent="shibboleth.Functions.Compose"

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


More information about the commits mailing list