...
Step 2. Building and deploying the custom key manager extension
- Build the module.
Add the
.jar
file to<WSO2_OB_APIM_HOME>/repository/components/lib
.Note If the module is an OSGi service place the .jar in the
<WSO2_OB_APIM_HOME>/repository/components/dropins
directory.Open the
<WSO2_OB_APIM_HOME>/repository/conf/deployment.toml
file and update the following configuration under the[apim.key_manager]
tag with the fully qualified name (FQN) of your Java class. For example,Code Block language xml key_manager_client_impl = "com.wso2.finance.open.banking.sca.keymanager.SCABasedKeyManagerClient"
Start the server with the WSO2 Open Banking API Management module.