webauthn icon indicating copy to clipboard operation
webauthn copied to clipboard

Web Authentication: An API for accessing Public Key Credentials

Results 232 webauthn issues
Sort by recently updated
recently updated
newest added

WebAuthn defines the list of the extensions. Some of extensions are client extensions and some are authenticator extensions. In the viewpoint of RP, RP may set list of extensions during...

subtype:extensions
subtype:underspecifiedBehaviors
subtype:rp-ops
@Risk

Thank you for the other day which I have received a quick response to the #1475 Issue. Let me raise another discussion in this regard. I think there are various...

type:editorial
@Risk

Depending on the scenarios or cases, RP or user may change their displayable contents like name, displayname or even icon. Since such information is supplied during the registration and used...

type:technical
type:editorial
priority:low
subtype:FeatureProposal

## Description Dear webAuthn community, I would like to submit this use case: Possibility to filter diplayed authenticators by certified level The rationale is the following: As several [FIDO security...

stat:Discuss
subtype:FeatureProposal

This applies the new abstraction from #1773 and #1807 to the `devicePubKey` extension, which can substantially streamline the RP processing steps for the new extension. *** Preview | Diff

type:editorial

Fixes #1811. See also: https://github.com/w3c/webauthn/pull/1807#pullrequestreview-1130566110. *** Preview | Diff

type:editorial

Extracted from https://github.com/w3c/webauthn/pull/1807#pullrequestreview-1130566110 : Currently the [Credential Record](https://w3c.github.io/webauthn/#credential-record) struct has two items `BE` and `BS`. These should have more descriptive names, like `backupEligible` and `backupStatus`. Similarly, PR #1774 should rename...

type:editorial
stat:pr-open

See https://github.com/w3c/webauthn/issues/1656 This PR adds the ability to call navigator.credentials.create() in a cross-origin iframe (more exactly, a frame that is not same-origin with its ancestor chain), as long as the...

For high assurance services, RPs can accept the minimum requirements that are either 1. (MDC with no attestation) + (DPK with attestation), or 2. (MDC with attestation) + (DPK with...

stat:Discuss