diff --git a/esignet-default.properties b/esignet-default.properties index 03b0a702d7..741943c224 100644 --- a/esignet-default.properties +++ b/esignet-default.properties @@ -39,7 +39,7 @@ mosip.esignet.link-code-expire-in-secs=60 # Number of link code allowed to be generated in a transaction, the default value is 10 mosip.esignet.generate-link-code.limit-per-transaction=10 # Time to complete consent after successful authentication, the default value is 120 -mosip.esignet.authentication-expire-in-secs=120 +mosip.esignet.authentication-expire-in-secs=86400 # Auth challenge type & format mapping. Auth challenge length validations for each auth factor type. mosip.esignet.auth-challenge.OTP.format=alpha-numeric @@ -263,7 +263,7 @@ mosip.esignet.cache.size={'clientdetails' : 200, \ # Cache expire in seconds is applicable for both 'simple' and 'Redis' cache type mosip.esignet.cache.expire-in-seconds={'clientdetails' : 86400, \ -'preauth': 300,\ +'preauth': 86400,\ 'authenticated': ${mosip.esignet.authentication-expire-in-secs}, \ 'authcodegenerated': 86400, \ 'userinfo': ${mosip.esignet.access-token-expire-seconds}, \