5 Properties
Below are the properties required to be updated in the UK Open Banking. Please find the below properties, its purpose and OOTB values.
Table: DIGX_FW_CONFIG_ALL_B
Category-Id : OpenBankingConfig
Property Id | Property Value (Out of the Box) | Purpose |
---|---|---|
CONSENT_EXPIRYDAYS |
90 | This value is used to check if expiry date send by TPP for the Account Access Consent is not more than 90 days and if it is more than 90 days then ASPSP will reject this value |
Token Settings
Table: AUTH_CONFIG
Category-Id : AuthServerConfig
Property Id | Property Value (Out of the Box) | Purpose |
---|---|---|
SIGNER |
MAC/no row – MAC
Signer
X509RS256 – x509 signed token with RS256 algorithm X509PS256 - x509 signed token with PS256 algorithm |
The algorithm used to generate JWT token. |
OAUTH_REDIRECT_HOST_PORT |
http://{{HOST}}:{{PORT}} | ‘HOST’ refers to the hostname/IP of the
application
‘PORT’ refers to the application’s port |
Sort Code and Branch Mapping for UK.OBIE.SortCodeAccountNumber Scheme
For Sort Code, Account branch mapping following entry needs to be done in
DIGX_FW_CONFIG_ALL_B
in openBankingConfig preferences. This mapping
used in account identification deserializer to replace sort code with appropriate branch
code.
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 ('SORT_CODE_<6 Digit SortCode>',
'openBankingConfig','<Branch Code>','N',null,'Sort Code Branch Mapping for UK Openbanking
for Sort Code Scheme','ofssuser',sysdate,'ofssuser',sysdate,'A',1,'N',null);