saltedge / sca-identity-service-example

Example of Identity Service to cover all the flows of Strong Customer Authentication (PSD2)
GNU General Public License v3.0
16 stars 12 forks source link

Dynamic connect flow #2

Closed AlexLobaciov closed 4 years ago

AlexLobaciov commented 5 years ago

Summary:
At the moment we are providing the option for end-user to enroll, after passing the authentication flow inside the Salt Edge Authenticator. What if customer has already authenticated himself in web application? In this case, it's possible to generate personal QR code for the user, where will be stored sort of "connect_query", an ID which will recognize end-user. Hence, with this update user will have a choice - either use general QR code/Deep Link before he is authenticated into system and user passes authentication inside Salt Edge Authenticator app, or with dynamic QR code/Deep Link end-user will first login in web app, where for him will be generated personalized QR code/Deep Link, and after scan/access > user instantly passes enrollment. With this update we will add to the solution even more universality.

Task:

Expected behavior:


Thanks!

AlexLobaciov commented 4 years ago

Done.