Questions tagged [webauthn]

Browser API implementing the Web Authentication standard. Credentials are stored on (local) authenticators which use and are accessed using strong cryptography.

See Web Authentication: A Web API for accessing scoped credentials:

This specification defines an API that enables web pages to access WebAuthn compliant strong cryptographic credentials through browser script. Conceptually, one or more credentials are stored on an authenticator, and each credential is scoped to a single Relying Party. Authenticators are responsible for ensuring that no operation is performed without the user’s consent. The user agent mediates access to credentials in order to preserve user privacy. Authenticators use attestation to provide cryptographic proof of their properties to the relying party. This specification also describes a functional model of a WebAuthn compliant authenticator, including its signature and attestation functionality.

303 questions
-2
votes
1 answer

Public key credentials are not accessible among subdomains during web authentication

I was able to create public-private key pair using web authentication in the browser for a domain "www.exxample.ba" but i am not able to access the credentials using get() from "www.example.co.in". Is there any way to get past this limitation like…
Santosh
  • 75
  • 6
-3
votes
2 answers

Serverless fingerpint auth

In something like Android, it's possible to simply check for a valid fingerprint scan and base abilities on whether or not a match occurred. As far as I can tell with webauthn, it looks like a server is required for ANY fingerprint scanning. Is that…
richie
  • 91
  • 1
  • 6
-4
votes
1 answer

How can FIDO caBLE v2/hybrid transport be implemented in a iOS app?

Is it possible to implement CTAP 2.2's hybrid transport in an iOS app? Currently, it seems the iPhone's Camera app has already implemented it whereby it scans a QR code prompted by the client platform (Chrome browser), decodes it into CBOR2 and…
letsbondiway
  • 470
  • 3
  • 18
1 2 3
20
21