[java-identity-provider] 04/06: IDP-1811 Expose suppressDisplayInformation as a resolver plugin option

Rod Widdowson rdw at steadingsoftware.com
Tue May 11 14:39:52 UTC 2021


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

rdw pushed a commit to branch dev/IDP-1811
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1bde2f6f2e9697aa0ad2e318ac4ce63dc8f5f438

commit 1bde2f6f2e9697aa0ad2e318ac4ce63dc8f5f438
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
    
    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