[java-identity-provider] branch main updated: JSATTR-6: SAML AttributeQuery DataConnector

Codeberg noreply at shibboleth.net
Thu Jan 15 06:08:46 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/21625c57070a83023e2f05eff56337beb26337a6

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

commit 21625c57070a83023e2f05eff56337beb26337a6
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Jan 15 00:35:48 2026 -0500

    JSATTR-6: SAML AttributeQuery DataConnector
    
    Adjust custom parser property name to align with changes in.
---
 .../src/main/resources/META-INF/net/shibboleth/spring/parser.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-schema/src/main/resources/META-INF/net/shibboleth/spring/parser.properties b/idp-schema/src/main/resources/META-INF/net/shibboleth/spring/parser.properties
index df3b06782..00ae934ed 100644
--- a/idp-schema/src/main/resources/META-INF/net/shibboleth/spring/parser.properties
+++ b/idp-schema/src/main/resources/META-INF/net/shibboleth/spring/parser.properties
@@ -32,7 +32,7 @@ net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnec
 net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.DecryptionSecurityConfigurationProfileId.value = http://shibboleth.net/ns/profiles/saml2/query/attribute
 net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.AssertionValidationContextBuilder.bean= shibboleth.SAMLDataConnector.AssertionValidationContextBuilder
 net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.AssertionValidator.bean= shibboleth.SAMLDataConnector.AssertionValidator
-net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.AttributeTranscoderRegistry.bean= shibboleth.AttributeRegistryService
+net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.AttributeTranscoderRegistryService.bean= shibboleth.AttributeRegistryService
 net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.AttributeFilterService.bean= shibboleth.AttributeFilterService
 net.shibboleth.idp.attribute.resolver.spring.dc.saml.impl.AbstractSAMLDataConnectorParser.MetadataResolver.bean= shibboleth.MetadataResolver
 

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


More information about the commits mailing list