[java-identity-provider] branch main updated: IDP-1748 - Allow SubjectConfirmationData Address to be disabled

Scott Cantor cantor.2 at osu.edu
Thu Mar 11 20:41:08 UTC 2021


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=6001d29bce5ae0967b6508ef639d95f81be42246

The following commit(s) were added to refs/heads/main by this push:
       new  6001d29bc IDP-1748 - Allow SubjectConfirmationData Address to be disabled
6001d29bc is described below

commit 6001d29bce5ae0967b6508ef639d95f81be42246
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 11 15:41:04 2021 -0500

    IDP-1748 - Allow SubjectConfirmationData Address to be disabled
    
    https://issues.shibboleth.net/jira/browse/IDP-1748
---
 .../net/shibboleth/idp/flows/saml/saml2/sso-abstract-beans.xml         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml2/sso-abstract-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml2/sso-abstract-beans.xml
index d1180773f..14a8a307e 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml2/sso-abstract-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/saml/saml2/sso-abstract-beans.xml
@@ -87,7 +87,8 @@
     <bean id="AddSubjectConfirmationToSubjects"
         class="org.opensaml.saml.saml2.profile.impl.AddSubjectConfirmationToSubjects" scope="prototype"
         p:httpServletRequest-ref="shibboleth.HttpServletRequest"
-        p:method="urn:oasis:names:tc:SAML:2.0:cm:bearer" />
+        p:method="urn:oasis:names:tc:SAML:2.0:cm:bearer"
+        p:addressLookupStrategy="#{getObject('shibboleth.SubjectLocalityAddressStrategy')}" />
 
     <bean id="AddProxyRestrictionToAssertions"
             class="org.opensaml.saml.saml2.profile.impl.AddProxyRestrictionToAssertions" scope="prototype">

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


More information about the commits mailing list