2.2 OBAPI Configuration Guide

Steps for Role Maintenance and Machine Learning Selection

  1. Navigate to Role Maintenance.
  2. Select the User Type as admin.
  3. Go to Administrator Maintenance.
  4. Select Machine Learning.

Steps for Security Authentication in Admin

  1. Access the Admin Panel.
  2. Navigate to Security Authentication.
  3. Select the Enterprise Role.
  4. Set up Two-Factor Authentication (2FA) as OTP for the desired transaction:
    • Login
    • Internal Transfer

Steps to Make a Database Entry into DIGX_FW_CONFIG_ALL_B table for the Desired Transaction

  1. Identify the Task ID for the transaction.
  2. Map the Task ID to the prop_id column based on the transaction type:
    • PC_CM_ME → Login
    • PC_F_CRNSFTV2 → Own Account Transfer
  3. Insert the entry into the database with the corresponding task_id and prop_id.
  4. You can add other task codes for desired transactions.

    Example query:

    Insert into DIGX_FW_CONFIG_ALL_B
            (PROP_ID,CATEGORY_ID,PROP_VALUE,FACTORY_SHIPPED_FLAG,PROP_COMMENTS,SUMMARY_TEXT,CREATED_BY,
    CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATED_DATE,OBJECT_STATUS,OBJECT_VERSION_NUMBER,
    EDITABLE,CATEGORY_DESCRIPTION)
            values ('PC_F_CRNSFTV2','TwoFactorAuthenticationRuleEvaluator','ANOMALY_RULE','N',null,
    'External transactions repository adapter class','ofssuser',sysdate,'ofssuser',sysdate,'Y',1,'N',null);

Steps to Update OBRH Configuration

  1. Navigate to the Service Consumers Section.
  2. Select OBDX_TRUNK.
  3. Go to the Service Providers Section.
  4. Select OBDX_ML_PROJECTION.
  5. Edit the Host and Port to match your required host and port settings.
  6. Save the changes and ensure proper connectivity.