[java-identity-provider] 11/13: IDP-1811 Expose suppressDisplayInformation as a resolver plugin option 1/3
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 6 11:40:51 UTC 2021
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=e0fbf4efa99557b5542c73fac8fdc21773452574
commit e0fbf4efa99557b5542c73fac8fdc21773452574
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat May 8 13:49:51 2021 +0100
IDP-1811 Expose suppressDisplayInformation as a resolver plugin option 1/3
https://issues.shibboleth.net/jira/browse/IDP-1811
Flip default value for idp.service.attribute.resolver.suppressDisplayInfo
to true.
---
.../src/main/resources/net/shibboleth/idp/conf/services-system.xml | 2 +-
idp-conf/src/main/resources/conf/services.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 4e1d57d38..c7e961378 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,7 @@
<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:false}"
+ p:suppressDisplayInformation="%{idp.service.attribute.resolver.suppressDisplayInfo:true}"
p:stripNulls="%{idp.service.attribute.resolver.stripNulls:false}"
id="ShibbolethAttributeResolver"/>
</constructor-arg>
diff --git a/idp-conf/src/main/resources/conf/services.properties b/idp-conf/src/main/resources/conf/services.properties
index 33ef064b1..2928dda0e 100644
--- a/idp-conf/src/main/resources/conf/services.properties
+++ b/idp-conf/src/main/resources/conf/services.properties
@@ -35,7 +35,7 @@ idp.service.attribute.registry.encodeType = false
idp.service.attribute.resolver.checkInterval = PT15M
#idp.service.attribute.resolver.maskFailures = true
#idp.service.attribute.resolver.stripNulls = false
-#idp.service.attribute.resolver.suppressDisplayInfo = false
+#idp.service.attribute.resolver.suppressDisplayInfo = true
#idp.service.attribute.filter.resources = shibboleth.AttributeFilterResources
# NOTE: Failing the filter fast leaves no filters enabled.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list