6.1.1 OBRH of OBMA setup
This topic provides information on OBRH of OBMA setup.
- GENERATE_ENCRYPTED_OBRH_PASSWORD
To configure and add credentials for obrh follow the steps mentioned in the below document with <DataSeedFlag> set to N.
- Oracle Banking Digital Experience Credential Store Setup
Guide
Copy the obrh password displayed in the terminal for further steps.
Add the obrh password by following the documentation below:
- Vault Manager Documentation
- Oracle Banking Digital Experience Credential Store Setup
Guide
- Following properties to be updated from the screen through the given
location:
System Configuration > Global Settings > Framework
Property Id Property_Value Prop_Value ( Default_value) OBRH Encoding BASE64 (Sends credentials in base 64) PLATO_ENCRYPTION (Encrypts credentials) BASE64 (Sends credentials in base 64)
PLATO_ENCRYPTION (Encrypts credentials)
OBRH Token Path token token - Following properties to be updated from the screen through the given
location:
System Configuration > Entity Specific > Framework
Table 6-1 System Configuration > Entity Specific > Framework
Property Id Property_Value ( Default_value) OBRH Application ID CMNCORE OBRH User ID OBDX OBRH Branch Code 004 OBRH Service Consumer Name OBDX OBRH Token Application ID SECSRV001 OBRH Token Endpoint Authentication Type OBRH Based Authentication OBRH Token Generation Context URL http://${OBRH_HOST_IP}:${OBRH_HOST_PORT} (Replace this with actual host and port) OBRH Service URL For Token Generation api-gateway/platojwtauth OBRH Service Authentication Type Bearer OBRH Service Context URL http://${OBRH_HOST_IP}:${OBRH_HOST_PORT} (Replace this with actual host and port) OBRH Service URL For Service Calls api-gateway/cmc-obrh-services/route/dispatch
Apart from above predefined properties, we have provision to add additional headers. Kindly add your additional headers as a key-value pair in newly added variable "headersMap" of "com.ofss.digx.extxface.impl.dto.ExternalSystemRequest". Refer OBRH User Manual for its usage.
Parent topic: Configurations for connecting to OBRH