[java-identity-provider] branch main updated: IDP-2010 - ticketValidityPeriod for CAS PGTs abnormally short by default

Scott Cantor cantor.2 at osu.edu
Mon Oct 10 17:54:09 UTC 2022


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

scantor 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=87554528e7c3557ed1bb3e9ea28d632187aefb5a

The following commit(s) were added to refs/heads/main by this push:
     new 87554528e IDP-2010 - ticketValidityPeriod for CAS PGTs abnormally short by default
87554528e is described below

commit 87554528e7c3557ed1bb3e9ea28d632187aefb5a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 10 13:51:23 2022 -0400

    IDP-2010 - ticketValidityPeriod for CAS PGTs abnormally short by default
    
    https://shibboleth.atlassian.net/browse/IDP-2010
---
 .../main/java/net/shibboleth/idp/cas/config/ValidateConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-cas-api/src/main/java/net/shibboleth/idp/cas/config/ValidateConfiguration.java b/idp-cas-api/src/main/java/net/shibboleth/idp/cas/config/ValidateConfiguration.java
index 814135587..2bd30d1c2 100644
--- a/idp-cas-api/src/main/java/net/shibboleth/idp/cas/config/ValidateConfiguration.java
+++ b/idp-cas-api/src/main/java/net/shibboleth/idp/cas/config/ValidateConfiguration.java
@@ -49,7 +49,7 @@ public class ValidateConfiguration extends AbstractProtocolConfiguration {
     @Nonnull @NotEmpty public static final String PROFILE_ID = PROTOCOL_URI + "/serviceValidate";
 
     /** Default ticket validity. */
-    @Nonnull public static final Duration DEFAULT_TICKET_VALIDITY_PERIOD = Duration.ofSeconds(15);
+    @Nonnull public static final Duration DEFAULT_TICKET_VALIDITY_PERIOD = Duration.ofHours(12);
     
     /** Default ticket prefix. */
     @Nonnull @NotEmpty public static final String DEFAULT_TICKET_PREFIX = "PGT";

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


More information about the commits mailing list