-
I have a Banking App in operation and the login is done on the user's side using a random virtual keyboard. We are looking at Kratos to replace our identity and user management and we need to validate how to implement this solution. The solution involves generating a random number pad when the user opens the Login screen. The user types the ranges that represent his password and this information is sent to the backend. In a very simple way, when the request arrives at our authorization server to validate the login, we carry out the following steps.
Is there any way to implement this flow using Kratos? Below is an alternative that we have considered and discarded:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @rafaelcam Sorry for the late response! |
Beta Was this translation helpful? Give feedback.
I haven't made any progress @vinckr, we are using our own solution as a proxy before Kratos to test all password possibilities currently.