open-banking-gateway
open-banking-gateway copied to clipboard
Harden redirection URLs
trafficstars
As redirection URL is computed value that may come from 3rd party protocol, in order to protect user from phishing attacks, we need to add:
- [ ] API level whitelisting - redirect on endpoints only on whitelisted regex (global) - application.yml
- [ ] Facade level whitelisting - Facade should report redirects only to allowed whitelist entry per bank (per bank) - database table