Skip to content

Commit

Permalink
MOSIP-35330: Added maximun year validation for SBI Created Date
Browse files Browse the repository at this point in the history
Signed-off-by: SwethaKrish4 <[email protected]>
  • Loading branch information
SwethaKrish4 committed Sep 24, 2024
1 parent df8cce9 commit 24a505a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ mosip.pms.session.inactivity.timer=25
mosip.pms.session.inactivity.prompt.timer=5
# amount of time that axios will wait for a response from the server before aborting the request and throwing an error in minutes
mosip.pms.axios.timeout=3
# maximum number of year to be allowed for expiry date
# maximum number of year to be allowed for SBI expiry date
mosip.pms.expiry.date.max.year=10
# maximum number of year to be allowed for SBI created date
mosip.pms.created.date.max.year=10

#id for the API
mosip.pms.api.id.oauth.clients.get=mosip.pms.oauth.clients.get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ mosip.pms.session.inactivity.prompt.timer=5
# amount of time that axios will wait for a response from the server before aborting the request and throwing an error in minutes
mosip.pms.axios.timeout=3

# maximum number of year to be allowed for expiry date
# maximum number of year to be allowed for SBI expiry date
mosip.pms.expiry.date.max.year=10
# maximum number of year to be allowed for SBI created date
mosip.pms.created.date.max.year=10

mosip.pms.esignet.claims-mapping-file-url=https://raw.githubusercontent.com/mosip/mosip-config/develop-v3/idp-claims-mapping.json
mosip.pms.esignet.amr-acr-mapping-file-url=https://raw.githubusercontent.com/mosip/mosip-config/develop-v3/amr-acr-mapping.json
Expand Down

0 comments on commit 24a505a

Please sign in to comment.