[java-identity-provider] branch main updated: IDP-2391 - Consent should allow varying pluggable expiration
Codeberg
noreply at shibboleth.net
Mon Jan 12 16:57:35 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/a55e80b0f3a42cf96c86cbecf82661c22cea0609
The following commit(s) were added to refs/heads/main by this push:
new a55e80b0f IDP-2391 - Consent should allow varying pluggable expiration
a55e80b0f is described below
commit a55e80b0f3a42cf96c86cbecf82661c22cea0609
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 12 11:57:24 2026 -0500
IDP-2391 - Consent should allow varying pluggable expiration
https://shibboleth.atlassian.net/browse/IDP-2391
Forgot to initialize lookup strategy.
---
.../java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java
index f77ddccd8..854f95290 100644
--- a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java
+++ b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java
@@ -52,6 +52,7 @@ public class ConsentFlowDescriptor extends ProfileInterceptorFlowDescriptor {
/** Constructor. */
public ConsentFlowDescriptor() {
expandedStorageThreshold = 1024 * 1024;
+ lifetimeLookupStrategy = FunctionSupport.constant(null);
}
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list