CONNECTOR CREDENTIAL STORE

The connector credential store guide consists of following topics:

1. Steps to Create Credential Mapping

Connector Credential Store

Fig.1 Deployed ear com.ofss.digx.app.connector, It has Resource Adapter Module com.ofss.digx.connector.rar

Connector Credential Store

Fig.2 Shows setting for com.ofss.digx.connector.rar

Connector Credential Store

Fig.3 Shows Outbound Connection pool table. Fig 3.1 shows corresponding weblogic-ra.xml file

Connector Credential Store

Fig.3.1 weblogic-ra.xml

Connector Credential Store

Fig 4.Weblogic server user screen

Connector Credential Store

Fig 5.User name and password configuration

Connector Credential Store

Fig 6. Credential map entry with username as MERCHANT associated with ra/DIGXConnectorMERCHANT connection pool

For example:

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) values ('MERCHANT_RA_JNDIKEY', 'CredentialConnector', 'ra/DIGXConnectorMERCHANT', 
'N', 'RA Connector JNDI Names for OFFLINE_CHANNEL', 'RA Connector JNDI Names for MERCHANT', 'ofssuser',SYSDATE, 
'ofssuser', SYSDATE, 'Y', 1);

2. Configurations if using OAM setup

Login to Weblogic console > Deployments > com.ofss.digx.app.connector (+) > com.ofss.digx.connector.rar > Security > Outbound Credential Mappings > New > Select ra/DIGXConnectorOAM > Next

Connector Credential Store

Connector Credential Store

Enter the admin credentials of OAM. Similar to the ones used in Installer Pre-Requisite Setup Guide > Section 8.6- API configurations for Mobile Banking (2-Legged OAuth Flows)

Connector Credential Store

Finish

Home