[java-identity-provider] branch main updated: JSATTR-6: SAML AttributeQuery DataConnector
Brent Putman
putmanb at georgetown.edu
Fri Nov 7 02:02:49 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=fa09b67a2cd6513fbcfee6344cbb37bb0f505f59
The following commit(s) were added to refs/heads/main by this push:
new fa09b67a2 JSATTR-6: SAML AttributeQuery DataConnector
fa09b67a2 is described below
commit fa09b67a2cd6513fbcfee6344cbb37bb0f505f59
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Nov 6 20:37:05 2025 -0500
JSATTR-6: SAML AttributeQuery DataConnector
Add new impl of signatureRequired predicate to Assertion validation
context builder.
---
.../resources/net/shibboleth/idp/conf/attribute-resolver-system.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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 2f71cf733..902b73d25 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
@@ -72,15 +72,13 @@
<util:constant static-field="org.opensaml.saml.saml2.core.AudienceRestriction.DEFAULT_ELEMENT_NAME" />
</set>
</property>
- <!-- TODO need predicate impl for IOOC
<property name="signatureRequired">
<bean parent="shibboleth.Conditions.NOT">
<constructor-arg>
- <bean class="TODO" />
+ <bean class="org.opensaml.saml.common.messaging.logic.InboundMessageSignedPredicate" p:presenceSatisfies="true" />
</constructor-arg>
</bean>
</property>
- -->
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list