[java-identity-provider] branch main updated: Wire in legacy property name for issuer (responderId).
Scott Cantor
cantor.2 at osu.edu
Fri Mar 3 19:27:39 UTC 2023
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=f33ccf2cecdeed76c9115be2eaa01b7e00295e8c
The following commit(s) were added to refs/heads/main by this push:
new f33ccf2ce Wire in legacy property name for issuer (responderId).
f33ccf2ce is described below
commit f33ccf2cecdeed76c9115be2eaa01b7e00295e8c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 3 14:27:36 2023 -0500
Wire in legacy property name for issuer (responderId).
---
.../main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
index 7bb1f1d98..b8b9411cd 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-mddriven.xml
@@ -25,7 +25,8 @@
<bean id="RelyingParty.MDDriven" abstract="true" parent="RelyingParty">
<property name="issuerLookupStrategy">
- <bean parent="shibboleth.MDDrivenStringProperty" p:propertyName="responderId" p:defaultValue="#{getObject('entityID')}" />
+ <bean parent="shibboleth.MDDrivenStringProperty" p:propertyName="issuer" p:legacyPropertyName="responderId"
+ p:defaultValue="#{getObject('entityID')}" />
</property>
<property name="profileConfigurationsLookupStrategy">
<bean parent="shibboleth.MDDrivenBeanProperty" p:propertyName="profileConfigurations"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list