webauthn Questions
3
Solved
here is my problem : I try to use the Credential Management API to access to authenticators on my webapp :
navigator.credentials.create() and navigator.credentials.get().
I have no problem when I...
Current asked 3/5, 2019 at 14:13
6
Solved
I'm trying to learn more about Apple Passkeys. I use firebase as a backend and it seems like actually integrating it in my site is a hassle without having a custom backend…
Are there any solutions ...
Concelebrate asked 18/8, 2022 at 10:52
5
I am trying to implement FIDO2 on Android. I have the assetlinks.json hosted on my domain (Sorry I don't want and not sure if I'm allowed to reveal the whole url yet).
I have the assets_statements ...
Pervade asked 3/8, 2021 at 16:24
6
I'm thinking about adding support for WebAuthn / passkeys to my web app, but the fact that you need to have separate register and sign-in flows, and usernames are still required, make it pretty muc...
Bower asked 31/8, 2022 at 21:29
1
Solved
I'm trying to follow the official documentation to implement Passkey registration. There is also a codelab demonstrating the topic (note that it works as intended on my Android device.)
I created t...
4
We have a project with a PWA where we want to implement client sided encryption. We wanted to use Webauthn as a second-factor in combination with passwords. In the background we use a randomly gene...
Siclari asked 21/1, 2020 at 9:14
3
Solved
I'm intending to use WebAuthn for authentication, as shown at the demo site https://webauthn.io
Turns out that Android's WebView (and its iOS counterpart) does not implement this and it is explici...
Tartarean asked 27/8, 2019 at 11:59
2
Solved
I am implementing FIDO2(WebAuthn) in a Angular application.
I have gotten the PublicKeyCredentialCreationOptions object and seccessfullt register.
But after calling
let response = await navigator.c...
Autocrat asked 27/5, 2021 at 9:40
2
Solved
For example, the one created on this WebAuthn demo page: https://webauthnworks.github.io/FIDO2WebAuthnSeries/WebAuthnIntro/UsernamelessExample.html
I found the similar question without answer on a...
Incandescent asked 25/9, 2022 at 14:22
4
Solved
Both Apple and Google have demonstrated Passkeys at their developer conferences (Google I/O and Apple WWDC 2022), and Microsoft is also on board. Being able to transfer passkeys from device to devi...
Saphead asked 14/6, 2022 at 8:33
1
Solved
I am trying to integrate webauthn(public key) based authentication into our website.I am facing a problem when end users are switching devices.
How do we maintain at the backend the credentials reg...
Chewink asked 4/5, 2022 at 9:16
1
I'm trying to develop website authentication using WebAuthn. Unfortunately I've run into a problem. When calling navigator.credentials.create I get the following error:
SecurityError: The relying...
4
Problem Statement:
I want to solve the user authentication on Android applications using the FIDO2 protocol(by providing an SDK), without doing multiple registration ceremonies for different applic...
Harriot asked 11/2, 2022 at 10:44
1
Solved
I'm trying to register a fido2 device in Mailcow using Firefox 95.0.2.
When trying to do so, the Registration Status field announces:
The operation is insecure.
I've managed to track the error dow...
4
Solved
I am doing a presentation on the FIDO2/Webauthn standard in a few days and I was excited to see this article on Yubico's website stating that Apple has added support for FIDO authentication via NFC...
2
Solved
I am not an android developer and stuck at an android thing. I hope someone here can help me out.
I am implementing WebAuthn/FIDO2 on my website, which is working perfectly fine with the browsers....
1
I want to add WebAuthN as an option for multi factor authentication to an Angular & Spring application. I use the WebAuthN java-webauthn-server library from Yubico.
What is the best way to in...
Gantline asked 15/5, 2020 at 7:50
0
I am trying to setup webauthn credential login for web app. I am testing it on last Android (Pixel 2) and latest Chrome for Android.
I can create and send credential object with function navigator....
Hermit asked 22/8, 2020 at 16:13
0
I am using the new PasswordCredential API and created this piece of code. It's working. But for some users, it throws this error The user agent does not support public key credentials.
if (window....
Facelifting asked 24/3, 2020 at 13:51
3
Solved
I have tried my firefox 62 and chromium on various webauthn examples and I could not make any of them work. Are those supposed to work without special hardware? I activated security.webauth.webauth...
Worldbeater asked 21/9, 2018 at 14:14
0
We use WebAuthn. Although, some devices throw exceptions NotSupportedError: The user agent does not support public key credentials.
Here is how we check if platform auth feature is available:
asy...
Anglicanism asked 27/1, 2020 at 22:17
1
I created a Webauthn authentication for my website.
Now I'm trying to create a good interface for the best user experience. My users are not techies.
I'm interested in the fingerprint authentica...
Cervin asked 13/10, 2019 at 9:14
1
I know that Google's Firebase/Firestore platform supports multiple authentication methods/backends, but I'm not currently seeing any option for Fido2 or WebAuthn for Firebase Authentication. Does a...
1
Solved
I'm building a site that is using Webauthn for passwordless log in. Currently, this is working great on Chrome for Windows and macOS.
I'm using a YubiKey 5 to test my implementation which supports...
Birchfield asked 24/8, 2019 at 22:1
2
Is it possible to test this locally via a rest tool. I've created the backend to generate the challenge etc for Registration of new creds, but without the WebAuthn response I'm at a loss if I have ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.