OpenBankingToolkit / openbanking-aspsp

ForgeRock OpenBanking ASPSP
Apache License 2.0
6 stars 4 forks source link

Release 1.7.5 #492

Closed BohoCode closed 2 years ago

BohoCode commented 2 years ago

ASPSP with fixes for the /api/user/data apis.

When created via the import apis `/api/user/data`, the CustomerInfo did
not have the required `username` field in it. This needs to be added
from the UserData recived with the data. It's absence meant that the RCS
could not find the CustomerInfo for a specific PSU.

Issue: https://github.com/ForgeCloud/ob-deploy/issues/859

When created via the import apis `/api/user/data`, the CustomerInfo did
not have the required `username` field in it. This needs to be added
from the UserData recived with the data. It's absence meant that the RCS
could not find the CustomerInfo for a specific PSU.

Issue: https://github.com/ForgeCloud/ob-deploy/issues/859

Issue: