[java-identity-provider] 01/02: JSATTR-6: SAML AttributeQuery DataConnector

Codeberg noreply at shibboleth.net
Fri Jan 16 17:29:53 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/d2bffa8b58eebfd1b050fcf29572c40a68441e56

commit d2bffa8b58eebfd1b050fcf29572c40a68441e56
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Jan 16 12:10:35 2026 -0500

    JSATTR-6: SAML AttributeQuery DataConnector
    
    Add wiring for new lookup functions for assertion validation context
    builder.
---
 .../resources/net/shibboleth/idp/conf/attribute-resolver-system.xml | 6 ++++++
 1 file changed, 6 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 902b73d25..dac8f9bb4 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
@@ -67,6 +67,12 @@
         <property name="requireEntityIssuer">
             <ref bean="shibboleth.Conditions.TRUE" />
         </property>
+        <property name="validIssuers">
+            <bean class="net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl.ValidIssuersLookupFunction" />
+        </property>
+        <property name="selfEntityID">
+            <bean class="net.shibboleth.idp.attribute.resolver.dc.saml.plugin.impl.SelfEntityIDLookupFunction" />
+        </property>
         <property name="requiredConditions">
             <set>
                 <util:constant static-field="org.opensaml.saml.saml2.core.AudienceRestriction.DEFAULT_ELEMENT_NAME" />

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


More information about the commits mailing list