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

Authentication no longer possible in Safari v17.4.1 (latest) #88

Closed
l1nk-16 opened this issue Apr 1, 2024 · 4 comments
Closed

Authentication no longer possible in Safari v17.4.1 (latest) #88

l1nk-16 opened this issue Apr 1, 2024 · 4 comments

Comments

@l1nk-16
Copy link

l1nk-16 commented Apr 1, 2024

Tested in Safari 17.4.1 (latest), Safari Technology Preview 191 (latest) under macOS Sonoma 14.4.1 (latest).

Safari Technology Preview 188 Release Notes:
WebAuthn - Resolved Issues
Fixed getClientCapabilities to align with WebAuthn standards to use a record type with camelCase values. (272998@main) (120442670)

Safari Technology Preview 189 Release Notes:
WebAuthn - Resolved Issues
Fixed navigator.credentials.create() rejects with “NotAllowedError: Operation Failed” after a conditional UI request is aborted. (273918@main) (109936742)

@lbuchs
Copy link
Owner

lbuchs commented Apr 4, 2024

what's the error you get?

@l1nk-16
Copy link
Author

l1nk-16 commented Apr 4, 2024

It's the error code 10: user not verified during authentication

I have set $requireUserVerification = true

@lbuchs
Copy link
Owner

lbuchs commented Apr 8, 2024

it happens on registration or on validation?

Don't think that this has something to do with this library, userVerification is a flag returned by the authenticator. When it's set to false but you have authenticated yourself, then it's a problem of the authenticator (macOS).

@l1nk-16
Copy link
Author

l1nk-16 commented Apr 8, 2024

It happens on validation.

Ok, but why does the process still work on webauthn.io using the same requirements?

@l1nk-16 l1nk-16 closed this as completed May 31, 2024
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

2 participants