wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

[U2][OB2] AU Consent Amendment History Persistence Feature #525

Closed Dinushi closed 2 years ago

Dinushi commented 2 years ago

Affected OB version:

2.0.0

Affected OB specifications:

AU

Existing pages to be updated:

  1. Update the relevant pages about the Consent Amendment History Persistence feature and required configurations https://docs.wso2.com/display/OB200/Configuring+Open+Banking+API+Management+for+Australia
  2. Update the consent Manager portal to indicate that consent amendment history is displayed. https://docs.wso2.com/display/OB200/Configuring+Consent+Manager

    Description (Optional):

https://<IAM-HOSTNAME>:9446/api/openbanking/consent-mgt/au/account-access-consents/consent-amendment-history/<CDR-Arrangement-ID>

Instructions:

  1. Select the relevant sql file at <OB-IAM-HOME>/dbscripts/finance/ob-consent-history based on your database type and run the query against the openbank_openbankingdb.
  2. Add the following consent_history_persist_listener config under [open_banking] tag in <OB-IAM-HOME>/repository/conf/deployment.toml file.
[open_banking]
consent_history_persist_listener = "com.wso2.finance.open.banking.uk.consent.mgt.listener.AUConsentHistoryPersistListener"
  1. Restart the server

    Release date:

    References:

    Labels:

isharailanga commented 2 years ago

U2 details: wso2-obiam- 2.0.0.112.full

isharailanga commented 2 years ago

Assigned to @silvashenol20

isharailanga commented 2 years ago

Update Configuring IAM deployment.toml page as follows:

Screenshot 2022-06-29 at 16 58 06
isharailanga commented 2 years ago

Update the Consent Mgr Portal as follows:

Screenshot 2022-06-29 at 17 19 38