[java-shib-attribute] branch main updated: JSATTR-6: SAML AttributeQuery DataConnector

Codeberg noreply at shibboleth.net
Wed Jan 21 03:59:51 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-shib-attribute.

View the commit online:
https://codeberg.org/Shibboleth/java-shib-attribute/commit/c3941b34f145f518710afb5234eab33d6770518b

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

commit c3941b34f145f518710afb5234eab33d6770518b
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Tue Jan 20 22:35:53 2026 -0500

    JSATTR-6: SAML AttributeQuery DataConnector
    
    On subject match disable processing of SubjectConfirmation.
---
 .../idp/attribute/resolver/dc/saml/util/impl/SubjectMatchProcessor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/saml/util/impl/SubjectMatchProcessor.java b/shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/saml/util/impl/SubjectMatchProcessor.java
index 96e1cf863..6ee4c0ca8 100644
--- a/shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/saml/util/impl/SubjectMatchProcessor.java
+++ b/shib-attribute-resolver-impl/src/main/java/net/shibboleth/idp/attribute/resolver/dc/saml/util/impl/SubjectMatchProcessor.java
@@ -115,7 +115,7 @@ public class SubjectMatchProcessor {
             }
         }
         
-        return SAML2ObjectSupport.matchSubject(assertionSubject, querySubject);
+        return SAML2ObjectSupport.matchSubject(assertionSubject, querySubject, false);
     }
 
 }

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


More information about the commits mailing list