[java-idp-plugin-oidc-rp] branch main updated: Change dynamic cache default min and max durations

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 17 14:26:15 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=9d0a82504453f4f5514a8713dc293d595f898ad5

The following commit(s) were added to refs/heads/main by this push:
     new 9d0a825  Change dynamic cache default min and max durations
9d0a825 is described below

commit 9d0a82504453f4f5514a8713dc293d595f898ad5
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 17 14:26:13 2023 +0000

    Change dynamic cache default min and max durations
---
 .../authn/oidc/rp/conf/authn/oidc-rp-providermetadata-resolvers.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-providermetadata-resolvers.xml b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-providermetadata-resolvers.xml
index 70ede00..fb3dadd 100644
--- a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-providermetadata-resolvers.xml
+++ b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/conf/authn/oidc-rp-providermetadata-resolvers.xml
@@ -23,9 +23,9 @@
                 <constructor-arg>
                     <bean p:cacheId="ProviderHTTPDynamicResolver" 
                     parent="shibboleth.authn.oidc.rp.BaseProviderDynamicCacheBuilderSpec" 
-                    p:minCacheDuration="PT1M"
-                    p:maxCacheDuration="PT2M"
-                    p:cleanupTaskInterval="PT30S"/>
+                    p:minCacheDuration="PT30M"
+                    p:maxCacheDuration="PT8H"
+                    p:cleanupTaskInterval="PT30M"/>
                 </constructor-arg>
             </bean>
         </constructor-arg>

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


More information about the commits mailing list