120 questions
5
votes
1
answer
233
views
How do I create a passkey on windows based browser without needing Windows Hello enabled
I'm trying to call navigator.credentials.create on my windows-based web page and Windows Hello is not enabled. The ceremony I'd like to see is the black box asking me if I'd like to use my mobile, ...
3
votes
0
answers
235
views
Fido2 SDK returning 50162 error during authentication
I have integrated fido2 SDK into my Koltin-Android app.
Some users can register a google passkey successfully but receive an error code during google passkey authentication.
I am using this dependency:...
0
votes
1
answer
64
views
How to support iOS Passkeys when clients use their own custom server domains that can’t be added to Associated Domains?
I’m implementing Passkeys in an iOS app using AuthenticationServices.
To enable Passkeys, we need to add Associated Domains in Xcode (under com.apple.developer.associated-domains).
These domains are ...
2
votes
1
answer
75
views
How to change the rpId (Relying Party ID) in Django-Allauth
I'm trying to implement passkeys, more or less like https://react.demo.allauth.org/account/login. It's working at localhost, but when I deploy my application I'm not able to login because the rpId ...
0
votes
0
answers
489
views
WebAuthn "the operation either timed out or was not allowed" error when userVerification is set to "preferred"
I'm implementing WebAuthn passkey support, and I encounter the following error on some devices when initiating authentication or registration:
The operation either timed out or was not allowed
This ...
2
votes
0
answers
220
views
How can a third-party password manager register passkeys on iOS 17 using a Credential Provider Extension without owning the domain?
I'm building a third-party password manager app for iOS 17+ and trying to support passkey registration and authentication via a Credential Provider Extension. However, I'm running into issues when ...
0
votes
1
answer
97
views
Credential manager not working with server has root certificates
We are trying to implement passkey for our app authentication on Android. For this using https://developer.android.com/reference/android/credentials/CredentialManager.
But when we are trying with this ...
0
votes
0
answers
67
views
Safari does not include topOrigin in WebAuthn clientDataJSON despite crossOrigin: true in iFrame
I’m working on a cross-origin WebAuthn implementation where a parent page embeds an iframe from a different origin to perform authentication. According to the WebAuthn Level 3 spec (Section 7.1.1), ...
0
votes
0
answers
29
views
How to update User's Email and Username in Corbado php-sdk v4.3.0
I am currently trying to implement PassKeys in my CodeIgniter4 based PHP application using Corbado.
With php-sdk v4.3.0 I can add User's Full Name while creating Users. But there is no option to set ...
0
votes
1
answer
190
views
How to define custom onAuthenticationSuccess for Spring Security 6.4.4 webauthn (passkey) authentication?
I am using Spring Security 6.4.4 for webauthn (passkey) authentication.
depenendencies {
implementation "org.springframework.security:spring-security-web"
implementation "com....
0
votes
1
answer
202
views
Can I use a yubikey 5 nano as a google passkey without a pin? [closed]
When I try to use my Yubikey 5 nano as a passkey for google, like the comment to this answer, I find that the FIDO2 PIN has to be set. When I remove the FIDO2 PIN, the passkey is also removed.
Can I ...
0
votes
2
answers
438
views
Passkeys don't work with multiple passkeys on the same device
I use passkey authentication in my app. Users can add multiple passkeys for one device and remove them (in such cases, they are marked as removed on the backend). If a passkey is removed, it is not ...
1
vote
0
answers
813
views
Why won't Firefox on MacOS offer a Passkeys-based login?
I have implemented a Passkeys-based login in a web application including:
Establishment of the Passkey (after "traditional" login)
Testing of the Passkey (while still logged-in)
"...
3
votes
1
answer
723
views
How to use Spring Security WebAuthn to implement Passkey?
I need to implement the registration of and authentication with passkeys in my App.
I looked at WebAuthn4J and saw in their docs that they recommend to use Spring Security to make it easier.
The setup ...
-3
votes
1
answer
225
views
webauthn passkey-form-autofill condition ui
How can you know if a system has a registered passkey without entering an email, and if no passkey , do not set up autoComplete with WebAuthn.like the blower image
enter image description hereenter ...