We have a microservice-based system and currently users are authenticated by keycloack(jwt) and we need to add biometrics login in this existing system At first, we have designed a biometrics authentication flow as below:
- Generate Asymmetric Key Pair at the client end(mobile app).
- Share the public key with backend server.
- …
Top comments (0)