2.2 Resource Server
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 |
---|---|---|
MESSAGE_SIGNATURE_HANDLER |
- |
This property is responsible for choosing the required Handler. The Parameter’s value is the fully qualified name of the Handler Class. The handler is responsible for implementing methods/validations of OpenBanking. By default DefaultMessageSignatureHandler is used. It contains the methods to validate jwt token headers, fetch public key and private key, etc. Any new Handler to be written for UK OpenBanking should extend DefaultMessageSignatureHandler and override the methods and the fully qualified name of the Handler should be given against this property Id and commited in database. Example Query :
|
MESSAGE_ENCRYPTION_FLAG |
Y |
Flag to enable or disable the Message Signing and Validation. Set ‘Y’ to enable and ‘N’ to disable message signing and validations. Example Query :
|
* – These values are a part of Day one configurations and are not factory shipped. These values are mandatory and if not provided will result in error.
Parent topic: MESSAGE SIGNING AND VALIDATION