Bug #1634

BIB: No authentication for token

Added by Tan Lee Yong about 12 years ago. Updated about 12 years ago.

Status:Work Completed-End life cycleStart date:August 17, 2012
Priority:HighDue date:August 24, 2012
Assignee:Nazri Imran% Done:

100%

Category:-Spent time:-
Target version:-

Description

In public class IBCheckerResultsServices class and executeVerification (Map p_oInputsMap) method, the below line is not in the BIB Malaysia stable BIB project. Means there is no checking on the Secure Pass PIN for Approver. Please double check if it is really not there, reproduce the problem, fix it, test and then go in together with the next migration.

208 else if (IBUserRole.isApprover (m_sUserRole) || IBUserRole.isApproverAll (m_sUserRole))
209 {
210 // Upass verify token
211 getBIBAuthenticationServices ().approverTrnxVerifyToken(getIBSessionObjects().getBibUser().getUserId(),
212 (String)getIBDynaBean().get(CheckerMakerConstants.SECURE_PASS_PIN));

History

#1 Updated by Nazri Imran about 12 years ago

  • Status changed from New - Begin Life Cycle to Work Completed-End life cycle
  • % Done changed from 0 to 100

After did a checking on the kfh_bib production, we found out that the production code had already implemented the checking of the Secure Pass Pin on IBCheckerResultsServices.class

Mercurial repository for kfh_bib_stable does not have this authentication.
Secure Pass Pin authentication had been added and deployed to Mercurial

Also available in: Atom PDF