[java-identity-provider] branch main updated: JSATTR-6: SAML AttributeQuery DataConnector
Brent Putman
putmanb at georgetown.edu
Tue Jun 3 04:51:06 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:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f6c5a4cb5630daf939c6bdd2ee535c7fb6073d15
The following commit(s) were added to refs/heads/main by this push:
new f6c5a4cb5 JSATTR-6: SAML AttributeQuery DataConnector
f6c5a4cb5 is described below
commit f6c5a4cb5630daf939c6bdd2ee535c7fb6073d15
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Sep 19 23:22:40 2024 -0400
JSATTR-6: SAML AttributeQuery DataConnector
In soap-client.xml add support for the new SAML2.AttributeQuery
pipeline.
---
.../src/main/resources/net/shibboleth/idp/conf/soap-client.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
index ccc363aad..a50cf0257 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/soap-client.xml
@@ -38,6 +38,7 @@
<props>
<prop key="SAML2.ArtifactDecoder">SOAPClient.SAML2.Pipeline</prop>
<prop key="SAML2.Logout">SOAPClient.SAML2.Pipeline</prop>
+ <prop key="SAML2.AttributeQuery">SOAPClient.SAML2.Pipeline</prop>
</props>
</property>
</bean>
@@ -198,6 +199,9 @@
<entry key="SAML2.Logout">
<bean class="net.shibboleth.saml.saml2.profile.config.logic.messaging.ClientTLSSOAPLogoutRequestsPredicate" />
</entry>
+ <entry key="SAML2.AttributeQuery">
+ <bean class="net.shibboleth.saml.saml2.profile.config.logic.messaging.ClientTLSSOAPAttributeQueriesPredicate" />
+ </entry>
</map>
</constructor-arg>
</bean>
@@ -212,6 +216,9 @@
<entry key="SAML2.Logout">
<bean class="net.shibboleth.saml.saml2.profile.config.logic.messaging.SignSOAPLogoutRequestsPredicate" />
</entry>
+ <entry key="SAML2.AttributeQuery">
+ <bean class="net.shibboleth.saml.saml2.profile.config.logic.messaging.SignSOAPAttributeQueriesPredicate" />
+ </entry>
</map>
</constructor-arg>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list