You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consent Sharing between FinTech and User using DataSafe
[FE] Create user login form
[FE] Create user registration form
Create user login API
Create user registration API
Embed and configure Datasafe into the project. Datasafe should handle user registration calls by creating a new user. Also, Datasafe should support the case of a user having data and consent encryption secret keys.
Use encryption for Xs2a protocol (supplied by Facade) based on an encryption key that is stored in Datasafe (both FinTech secret key and User data encryption key should be usable).
Share the user's consent encryption (not data) key with FinTech when consent is granted. The shared consent should not be valid until call 4b is done (code2Token) that confirms on behalf of FinTech that consent belongs to the requested user.
When new consent is created we need to store context needed to match it.
FinTech should be able to read users' consent encryption key and consent by using this key when PsuAuthData is provided
The text was updated successfully, but these errors were encountered:
Consent Sharing between FinTech and User using DataSafe
The text was updated successfully, but these errors were encountered: