[java-identity-provider] branch main updated: JSATTR-6: SAML AttributeQuery DataConnector
Brent Putman
putmanb at georgetown.edu
Wed Oct 29 05:18:55 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=9ffd1b5f7e2270571df2c1cf867f897fc7bf886d
The following commit(s) were added to refs/heads/main by this push:
new 9ffd1b5f7 JSATTR-6: SAML AttributeQuery DataConnector
9ffd1b5f7 is described below
commit 9ffd1b5f7e2270571df2c1cf867f897fc7bf886d
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Oct 29 01:16:13 2025 -0400
JSATTR-6: SAML AttributeQuery DataConnector
Add a couple of support beans used by SAML attribute query connector.
---
.../net/shibboleth/idp/flows/saml/saml-abstract-beans.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml
index 970df075e..d8873f7bc 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml-abstract-beans.xml
@@ -348,4 +348,12 @@
class="net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver"
p:relyingPartyConfigurationResolver-ref="shibboleth.RelyingPartyResolverService" />
+ <bean id="AttributeQuerySupport.SelfEntityIDResolver"
+ class="net.shibboleth.profile.relyingparty.impl.CriteriaSelfEntityIDResolver"
+ p:relyingPartyConfigurationResolver-ref="shibboleth.RelyingPartyResolverService" />
+
+ <bean id="AttributeQuerySupport.DecryptionConfigurationResolver"
+ class="net.shibboleth.profile.relyingparty.impl.CriteriaDecryptionConfigurationResolver"
+ p:relyingPartyConfigurationResolver-ref="shibboleth.RelyingPartyResolverService" />
+
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list