diff --git a/esignet-default.properties b/esignet-default.properties index 5745044fd15..b2dd1d3ba9b 100644 --- a/esignet-default.properties +++ b/esignet-default.properties @@ -410,7 +410,7 @@ mosip.esignet.ui.forgot-password.config={'forgot-password': true, 'forgot-passwo # username.postfix -> This is required only when a postfix should be automatically appended to the input username # username.regex -> Regex to be used to validate the input username # auth.factor.kba.individual-id-field -> Field ID to be used as username in the authenticate API, Must be one of the field defined in `auth.factor.kba.field-details` -# auth.factor.kba.field-details -> List of form fields used to display for Knowledge-based authentication. +# auth.factor.kba.field-details -> List of form fields used to display for Knowledge-based authentication. eg: {{"id":"policyNumber", "type":"text", "format":""},{"id":"fullName", "type":"text", "format":""}} mosip.esignet.ui.config.key-values={'sbi.env': 'Developer', 'sbi.timeout.DISC': 30, \ 'sbi.timeout.DINFO': 30, 'sbi.timeout.CAPTURE': 30, 'sbi.capture.count.face': 1, 'sbi.capture.count.finger': 1, \ 'sbi.capture.count.iris': 1, 'sbi.capture.score.face': 70, 'sbi.capture.score.finger':70, 'sbi.capture.score.iris':70, \