Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem authenticating - abort #63

Open
agtsaavedra opened this issue Sep 27, 2023 · 5 comments
Open

problem authenticating - abort #63

agtsaavedra opened this issue Sep 27, 2023 · 5 comments

Comments

@agtsaavedra
Copy link

Hello, I am trying to use the library for an implementation. I am having a problem after registering the device (it works perfectly) and then when trying to authenticate, the Windows modal appears to enter a USB access key but later when canceling (to enter with the fingerprint stored on my device) the operation aborts .
This happens both in the demo and in my server integration.
image

I can't find where the problem is, the code was not changed at all.

@davidearl
Copy link
Owner

What are you expecting to happen if you cancel? The demo is just reporting that happened.

@agtsaavedra
Copy link
Author

That's correct, the drawback is that I need it to give me the option to authenticate with a fingerprint, it only allows through a USB device. Normally when I hit cancel it allows me to log in with other devices (cell phone).

image

@hsinatnias
Copy link

The same with me also when I tried. If I use the windows login PIN in windows Hello at the time of user registration, it works for login also. But if I use an external device like an android phone at the time of registration, it doesn't give option to use android on login

@hsinatnias
Copy link

The same with me also when I tried. If I use the windows login PIN in windows Hello at the time of user registration, it works for login also. But if I use an external device like an android phone at the time of registration, it doesn't give option to use android on login

@hsinatnias
Copy link

It seems, if we add 'hybrid' in transports under function "prepareForLogin" in file "WebAuthn\WebAuthn.php", we could get cross-platform enabled. I am not sure if it has any security implications as I am new to webauthn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants