10 User Credential Configuration

For some of the Mid-Office Products (OBVAM, OBTFPM, OBSCF, OBCM, INV, ASP, OBCFPM, MO_IPM) by default user credential configuration is DB-Based. However, it should be changed to use connector based configuration.

Following are the steps to change user credential configuration from DB-Based to connector based

  1. Update CREDENTIAL_STORE_TYPE property in table DIGX_FW_CONFIG_OUT_RS_CFG_B to “credential_impl” for the particular service ID.

    Sample Script

    UPDATE DIGX_FW_CONFIG_OUT_RS_CFG_B 
    set CREDENTIAL_STORE_TYPE='credential_impl' where SERVICE_ID='tokenOBTFPM142';
  2. Create/Update required Connector Credentials mapping in weblogic console for particular Host (Outbound Connection) by referring to Oracle Banking APIs Connector Credential Store Guide