Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update esignet-default.properties #7729

Open
wants to merge 1 commit into
base: cellbox-1.2.0.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions esignet-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}, \
Expand Down