Prerequisites
WSO2 Open Banking Accelerator is a collection of technologies that increases the speed and reduces the complexity of adopting open banking compliance. Instead of building an open banking solution from scratch, you can use WSO2 Open Banking Accelerator to meet all open banking requirements with additional benefits beyond compliance. You can use the WSO2 Open Banking Accelerator on top of the following WSO2 products.
You can use any of the following base products:
- WSO2 Identity Server - 7.2.0, 7.1.0, 7.0.0
- WSO2 API Manager - 4.6.0, 4.5.0, 4.4.0, 4.3.0
The accelerator mainly addresses the open banking requirements such as API consumer application onboarding, consent management, and access authorization among numerous other features to set up an open banking solution. You can easily implement a toolkit to customize the accelerator and help you comply with any regional open banking requirements. For more information on customization, see the Develop section.
Note
In a standalone setup, these products are deployed in a single server. However, in a typical production environment, it is recommended to deploy the components in separate servers (distributed) for better performance.
Product Matrix¶
Given below is a product matrix for different versions of WSO2 Open Banking:
| Version | Mandatory Components | Additional Components |
|---|---|---|
| 4.0.0 | wso2-fsiam-accelerator-4.0.0 wso2-fsam-accelerator-4.0.0 |
|
| 3.0.0 | wso2-obam-accelerator-3.0.0 wso2-obiam-accelerator-3.0.0 wso2is-extensions-1.2.10 |
wso2-obbi-accelerator-3.0.0 |
| 2.0.0 | wso2-obam-2.0.0 wso2-obiam-2.0.0 |
wso2am-analytics-3.1.0 wso2-obbi-2.0.0 wso2ei-6.6.0 |
| 1.5.0 | wso2-obam-1.5.0 wso2-obkm-1.5.0 |
wso2am-analytics-2.6.0 wso2-obbi-1.5.0 wso2ei-6.4.0 |
| 1.4.0 | wso2-obam-1.4.0 wso2-obkm-1.4.0 |
wso2am-analytics-2.6.0 wso2-obbi-1.4.0 wso2ei-6.4.0 |
| 1.3.0 | wso2-obam-1.3.0 wso2-obkm-1.3.0 |
wso2am-analytics-2.6.0 wso2-obbi-1.3.0 wso2ei-6.4.0 |
| 1.2.0 | wso2ob-am-2.6.0 wso2ob-km-5.7.0 |
wso2ob-am-analytics-2.6.0 wso2ob-ei-6.4.0 |
Compatible Base Product Versions¶
Given below is the compatible base product matrix for WSO2 Open Banking 4.0.0:
-
If you are using Identity Server only:
Base Product Compatible Versions WSO2 Identity Server 7.0.0 7.1.0 7.2.0 -
If you are using WSO2 API Manager and WSO2 Identity Server:
| WSO2 Identity Server | WSO2 API Manager | |
|---|---|---|
| Combination 01 | 7.0.0 | 4.3.0 |
| Combination 02 |
7.1.0 or 7.0.0 | 4.4.0 |
| Combination 03 |
7.1.0 | 4.5.0 |
| Combination 04 |
7.2.0 | 4.6.0 |
Prerequisites for a Deployment¶
Listed below are the prerequisites for a successful deployment:
Hardware requirements¶
| Disk space |
40 GB free disk space The disk space is based on the expected storage requirements that are calculated by considering the file uploads and the backup policies. |
|---|---|
| CPU | Minimum required: 2 cores |
| Memory | 4 GB RAM |
Software requirements¶
| Operating system |
See the following documentation to find the environments that the WSO2 products are tested with: |
|
|---|---|---|
| JDK Version |
See Compatibility for compatible JDK versions based on the base product versions. | |
| DBMS |
| |
| User store | It is not recommended to use Apache DS in a production environment due to scalability issues. Instead, use an LDAP such as OpenLDAP, RDBMS, Active Directory or custom user stores for user management. |
Compatibility¶
WSO2 Open Banking Accelerator 4.0.0 is supported on the following platforms:
Note
To use MySQL 8.0, you need to create the database with charset latin1 as shown below:
create database regdb
character set latin1;
| Supported JDK versions |
|
|---|---|
| Supported Operating Systems |
|
| Tested DBMSs |
|
| Tested Web Browsers |
|
Security Guidelines for Production Deployment¶
When deploying WSO2 Open Banking in a production server, make sure to comply with the following common security guidelines for production deployment.
- For WSO2 Open Banking Accelerator refer WSO2 Identity Server Security Guidelines for Production Deployment
If you have difficulty in setting up any WSO2 product in a specific platform or database, contact us.
Top