[java-identity-provider] branch main updated: JSATTR-6: SAML AttributeQuery DataConnector

Brent Putman putmanb at georgetown.edu
Thu Nov 6 04:48:11 UTC 2025


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

putmanb pushed a commit to branch main
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
     new 36a803d0b JSATTR-6: SAML AttributeQuery DataConnector
36a803d0b is described below

commit 36a803d0bd014b13f1d7662f427712acc59a37c3
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Nov 5 23:47:34 2025 -0500

    JSATTR-6: SAML AttributeQuery DataConnector
    
    Comment out a bean def which is causing test failures, pending a fix.
---
 .../resources/net/shibboleth/idp/conf/attribute-resolver-system.xml    | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-resolver-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-resolver-system.xml
index 9d44faf9b..0da782142 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-resolver-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-resolver-system.xml
@@ -52,7 +52,10 @@
         <!-- Generic AssertionValidator -->
         <constructor-arg index="3" value="#{getObject('%{idp.attribute-resolver.dc.SAML.assertionValidator:}'.trim())}" />
         <!-- SignatureTrustEngine  -->
+        <!--  TODO this isn't working, prob b/c bean not in-scope for attribute resolver
         <constructor-arg index="4" ref="shibboleth.ChainingSignatureTrustEngine" />
+        -->
+        <constructor-arg index="4" value="#{null}" /> <!-- TODO remove this when issue is fixed -->
         <!-- SignaturePrevalidator -->
         <constructor-arg index="5">
             <bean class="org.opensaml.saml.security.impl.SAMLSignatureProfileValidator" />

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


More information about the commits mailing list