wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

[OB300][Account Retrieval] - Missing config in deployment.toml which required in distributed setup #354

Closed malshaniS closed 3 years ago

malshaniS commented 3 years ago

Description: Following config need to be added to the APIM's deployment.toml under "open-banking.xml" configs.

[open_banking.gateway] consent.validation.endpoint = "https://{IS_HOST}:9446/api/openbanking/consent/validate"

This config is required when setting up the packs in different servers.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

isharailanga commented 3 years ago

Fixed this via https://github.com/wso2/docs-open-banking/pull/371