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

Codeberg noreply at shibboleth.net
Fri Jan 16 17:29:54 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/9f9dcb38e0c74f6db261a86bbd0bdea6907723c8

commit 9f9dcb38e0c74f6db261a86bbd0bdea6907723c8
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Jan 16 12:16:17 2026 -0500

    JSATTR-6: SAML AttributeQuery DataConnector
    
    Update wiring for assertion validator with support for sender-vouches subject confirmation method.
    
    This confirmation method is included in the IdP's response to AttributeQuery.
---
 .../main/resources/net/shibboleth/idp/conf/attribute-resolver-system.xml | 1 +
 1 file changed, 1 insertion(+)

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 dac8f9bb4..f1f22b0c0 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
@@ -45,6 +45,7 @@
             <util:list>
                 <bean class="org.opensaml.saml.saml2.assertion.impl.BearerSubjectConfirmationValidator" />
                 <bean class="org.opensaml.saml.saml2.assertion.impl.HolderOfKeySubjectConfirmationValidator" />
+                <bean class="org.opensaml.saml.saml2.assertion.impl.SenderVouchersSubjectConfirmationValidator" />
             </util:list>
         </constructor-arg>
         <!-- Statement validators. -->

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


More information about the commits mailing list