wso2 / docs-open-banking

Apache License 2.0
39 stars 26 forks source link

[U2] [BG] Cap valid until date in account consent creation as per ASPSP requirement #492

Closed hasoxy closed 2 years ago

hasoxy commented 3 years ago

Affected OB version:

OB 2.0.0

Affected OB specifications:

BERLIN, ISRAEL

Existing pages to be updated:

https://docs.wso2.com/display/OB200/Configuring+Open+Banking+Identity+and+Access+Management+for+Berlin

Description (Optional):

As per BOI guidelines to the ISRAEL open banking validUntilDate for account consent date should be saved as follows.

"This parameter is requesting a valid until date for the requested consent. The content is the local ASPSP date in ISODate Format, e.g. 2017-10-30.Future dates might get adjusted by ASPSP. If a maximal available date is requested, a date in far future is to be used: "9999-12-31". In both cases, the consent object to be retrieved by the GET Consent Request will contain the adjusted date.

Instructions:

To enable add the following configs to the /repository/conf/deployment.toml under tag. [open_banking.berlin.valid_until_date_cap] enable = true val = 365

val depends on the number of days the validUntil date is allowed, for example to allow it for one year the value is 365. For two years it should be 730.

Release date:

References:

https://github.com/wso2-enterprise/financial-open-banking/issues/6704

Labels:

isharailanga commented 3 years ago

This was released on 14th September.

isharailanga commented 2 years ago

Updated the https://docs.wso2.com/display/OB200/Configuring+Open+Banking+Identity+and+Access+Management+for+Berlin page as follows:

Screenshot 2021-12-15 at 18 41 21