6.5.1 Creating Credentials and System Policies for Credit Bureau Interface
In order Configure Credit Bureau interface, you need to create credentials and system policies. The credentials are accessed through CSF framework which is managed by Oracle Weblogic Server. The keys are managed by Maps and Maps need to be given with Permissions.
Create the following Maps and corresponding keys as indicated in following table.
Table 6-1 Maps and corresponding keys
Maps | Keys | Description |
---|---|---|
ofsll.int.bureau | creditbureau_auth_mode_adapter |
There are two modes: BASIC - On selecting this option, you need to define User Name and Password to authenticate. OAUTH2.0 - On selecting this option, you need to define additional enabled fields such as Grant Type, Client Id, Client Secret, Identity Domain, Token and Header Key. |
creditbureau_adapter | If Authentication mode is selected as BASIC, specify the Basic Authentication User Name and Password. | |
creditbureau_serviceurl_adapter | BureauApi or Third party RestAPI end point url. | |
ProxyAuthenticationEnabled | Indicator used to validate proxy. | |
ProxyEnabled | Indicator is for whether Proxy server info need to be set or not. | |
ProxyPort | Port to which ProxyServer is running. | |
ProxyServer | Name of the proxyServer to be configured | |
<Bureau_name>_cert_path | The location of certificate file which contains the valid certificate for Credit Bureau. | |
<Bureau_name>_cert_password | The password that requires to read the valid certificate for the Credit Bureau. | |
<Bureau Name>_consumer_code | Consumer credentials to be configured for request creation of third party. | |
<Bureau Name>_token_indicator | Indicator used for whether third party token request needs to be create or not. | |
<Bureau Name>_cert_check_indicator | Indicator used for whether certificate validation is required or not. |
Note:
For certificate creation, please refer to Interface_Certificate_Configuration.pdf document available in the release bundle.Parent topic: Deploying RESTful Credit Bureau WebService