[java-idp-oidc] branch master updated: Changed default test token expiration time to one hour.

Henri Mikkonen henri.mikkonen at iki.fi
Mon Jan 27 02:40:03 EST 2020


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

hjmikkon pushed a commit to branch master
in repository java-idp-oidc.

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

The following commit(s) were added to refs/heads/master by this push:
       new  cc7446d   Changed default test token expiration time to one hour.
cc7446d is described below

commit cc7446d2f9a916848d9087799992770cbcf18fcc
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Jan 27 09:39:58 2020 +0200

    Changed default test token expiration time to one hour.
---
 .../geant/idpextension/oidc/token/support/BaseTokenClaimsSetTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-api/src/test/java/org/geant/idpextension/oidc/token/support/BaseTokenClaimsSetTest.java b/idp-oidc-extension-api/src/test/java/org/geant/idpextension/oidc/token/support/BaseTokenClaimsSetTest.java
index cbc4550..4fc74cd 100644
--- a/idp-oidc-extension-api/src/test/java/org/geant/idpextension/oidc/token/support/BaseTokenClaimsSetTest.java
+++ b/idp-oidc-extension-api/src/test/java/org/geant/idpextension/oidc/token/support/BaseTokenClaimsSetTest.java
@@ -63,7 +63,7 @@ public class BaseTokenClaimsSetTest {
 
     protected URI redirectURI;
 
-    protected Instant exp = Instant.now().plusSeconds(30);
+    protected Instant exp = Instant.now().plusSeconds(60 * 60);
 
     protected ClaimsSet dlClaims = new TokenDeliveryClaimsClaimsSet();
 

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


More information about the commits mailing list