adorsys / open-banking-gateway

Provides RESTful API, tools, adapters, and connectors for transparent access to open banking API's (for banks that support PSD2 and XS2A as well as HBCI/FinTS)
https://adorsys.github.io/open-banking-gateway
GNU Affero General Public License v3.0
253 stars 95 forks source link

Display missing fields after consent authorization has started #843

Open valb3r opened 4 years ago

valb3r commented 4 years ago

See i.e. PSU_ID field. It can be Conditional. If our database presumes bank will choose REDIRECT approach, but then suddenly decides to use EMBEDDED approach (although psu id was not provided as our DB expects redirect), PSU_ID will be missing as an issue on initial validation. But, it needs to be passed after authorization has started (we are no longer in mock execution mode). Here, PSU_ID is just an example, we need to be able to ask the user for extra fields even after authorization has started

gatiskalnins commented 3 years ago

https://jira.adorsys.de/browse/OBG-84