[java-identity-provider] branch main updated: IDP-1959 IdPAttributes to stop carrying Display Information
Rod Widdowson
rdw at steadingsoftware.com
Sun Jul 17 10:55:13 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw 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=ebdbcaf0e1268e7539b316502bb71796f84071e2
The following commit(s) were added to refs/heads/main by this push:
new ebdbcaf0e IDP-1959 IdPAttributes to stop carrying Display Information
ebdbcaf0e is described below
commit ebdbcaf0e1268e7539b316502bb71796f84071e2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 17 11:51:55 2022 +0100
IDP-1959 IdPAttributes to stop carrying Display Information
https://shibboleth.atlassian.net/browse/IDP-1959
Remove idp.service.attribute.resolver.suppressDisplayInfo
and mark as dead
---
.../src/main/resources/net/shibboleth/idp/conf/global-system.xml | 1 +
.../src/main/resources/net/shibboleth/idp/conf/services-system.xml | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
index 9d047d7de..5c0753c08 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/global-system.xml
@@ -103,6 +103,7 @@
</property>
<property name="deadProperties">
<list>
+ <value>idp.service.attribute.resolver.suppressDisplayInfo</value>
<value>idp.authn.flows.initial</value>
<value>idp.authn.resolveAttribute</value>
<value>idp.nameid.saml1.legacyGenerator</value>
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
index 12554ea3a..28b354819 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
@@ -58,7 +58,6 @@
<constructor-arg name="claz" value="net.shibboleth.idp.attribute.resolver.AttributeResolver" />
<constructor-arg name="strategy">
<bean class="net.shibboleth.idp.attribute.resolver.spring.impl.AttributeResolverServiceStrategy"
- p:suppressDisplayInformation="%{idp.service.attribute.resolver.suppressDisplayInfo:true}"
p:stripNulls="%{idp.service.attribute.resolver.stripNulls:false}"
id="ShibbolethAttributeResolver"/>
</constructor-arg>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list