[java-identity-provider] branch main updated: Forgot to wire in strategy functions into NameID decoders.

Scott Cantor cantor.2 at osu.edu
Wed Sep 24 16:13:13 UTC 2025


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

scantor 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=8ee9786099ffd3b0afc31ee0538cb519ba5c1fed

The following commit(s) were added to refs/heads/main by this push:
     new 8ee978609 Forgot to wire in strategy functions into NameID decoders.
8ee978609 is described below

commit 8ee9786099ffd3b0afc31ee0538cb519ba5c1fed
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 24 12:13:10 2025 -0400

    Forgot to wire in strategy functions into NameID decoders.
---
 .../net/shibboleth/idp/conf/attribute-registry-system.xml         | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-registry-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-registry-system.xml
index 532e8c86a..c0e094d40 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-registry-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/attribute-registry-system.xml
@@ -36,10 +36,14 @@
         p:nameFromMetadataLookupStrategy-ref="SAML2MetadataNamingStrategy" />
 
     <bean id="SAML2StringNameIDTranscoder"
-        class="net.shibboleth.idp.saml.saml2.nameid.transcoding.impl.SAML2StringNameIDTranscoder" />
+        class="net.shibboleth.idp.saml.saml2.nameid.transcoding.impl.SAML2StringNameIDTranscoder"
+        p:serviceProviderNameLookupStrategy-ref="shibboleth.IssuerLookup.Simple"
+        p:identityProviderNameLookupStrategy-ref="shibboleth.RelyingPartyIdLookup.Simple" />
 
     <bean id="SAML2ScopedStringNameIDTranscoder"
-        class="net.shibboleth.idp.saml.saml2.nameid.transcoding.impl.SAML2ScopedStringNameIDTranscoder" />
+        class="net.shibboleth.idp.saml.saml2.nameid.transcoding.impl.SAML2ScopedStringNameIDTranscoder"
+        p:serviceProviderNameLookupStrategy-ref="shibboleth.IssuerLookup.Simple"
+        p:identityProviderNameLookupStrategy-ref="shibboleth.RelyingPartyIdLookup.Simple" />
 
     <bean id="SAML1MetadataNamingStrategy" parent="shibboleth.TagLookupSet"
         p:profileMetadataLookupStrategy-ref="shibboleth.EntityDescriptorLookup.RelyingParty"

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


More information about the commits mailing list