Skip to content

Commit

Permalink
Removed non-spec links
Browse files Browse the repository at this point in the history
  • Loading branch information
agektmr committed Dec 19, 2024
1 parent 1e28d5b commit 4a7ac69
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions content/docs/reference/terms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ This refers to a contract between a user and a [Relying Party (RP)](#relying-par

AAGUID is a unique number that identifies the model of the authenticator (not the specific instance of the authenticator). AAGUID can be found as part of a public key credential's authenticator data. RPs can use AAGUID to identify the [passkey provider](#passkey-provider).

<a href="https://web.dev/articles/webauthn-aaguid" target="_blank"><button type="button" class="btn btn-light">web.dev {{< icon-external-link size=24 >}}</button></a>

<a href="https://w3c.github.io/webauthn/#aaguid" target="_blank"><button type="button" class="btn btn-light">WebAuthn Spec Reference {{< icon-external-link size=24 >}}</button></a>

## Account bootstrapping
Expand Down Expand Up @@ -58,8 +56,6 @@ A generic example of an autofill UI for passkeys is shown below:

The technical name for this feature in the WebAuthn and Credential Management specifications is "Conditional Mediation".

<a href="https://web.dev/articles/passkey-form-autofill" target="_blank"><button type="button" class="btn btn-light">web.dev {{< icon-external-link size=24 >}}</button></a>

<a href="https://w3c.github.io/webauthn/#dom-publickeycredential-isconditionalmediationavailable" target="_blank"><button type="button" class="btn btn-light">WebAuthn Spec Reference {{< icon-external-link size=24 >}}</button></a>

<a href="https://w3c.github.io/webappsec-credential-management/#mediation-requirements" target="_blank"><button type="button" class="btn btn-light">Credential Management Spec Reference {{< icon-external-link size=24 >}}</button></a>
Expand Down Expand Up @@ -96,8 +92,6 @@ A Discoverable Credential (known in previous version of WebAuthn as a "resident

[Passkeys](#passkey) are Discoverable Credentials.

<a href="https://web.dev/articles/webauthn-discoverable-credentials" target="_blank"><button type="button" class="btn btn-light">web.dev {{< icon-external-link size=24 >}}</button></a>

<a href="https://www.w3.org/TR/webauthn-2/#discoverable-credential" target="_blank"><button type="button" class="btn btn-light">Spec Reference {{< icon-external-link size=24 >}}</button></a>

## First-Party Passkey Provider
Expand Down Expand Up @@ -190,16 +184,12 @@ A [Passkey Provider](#passkey-provider) that plugs in to the OS via platform API

A test of User Presence (UP) is used to ensure the user is in local proximity to the authenticator during an authentication or credential creation ceremony. UP is often satisfied by pressing a button or metallic area of a security key, or interacting with a platform authenticator on a device.

<a href="https://web.dev/articles/webauthn-user-verification" target="_blank"><button type="button" class="btn btn-light">web.dev {{< icon-external-link size=24 >}}</i></button></a>

<a href="https://www.w3.org/TR/webauthn-2/#test-of-user-presence" target="_blank"><button type="button" class="btn btn-light">Spec Reference {{< icon-external-link size=24 >}}</button></a>

## User Verification (UV)

User Verification (UV) requires the user to either perform a biometric gesture, enter the device PIN, or enter the device password for the authenticator to authorize creation and/or use of the credential.

<a href="https://web.dev/articles/webauthn-user-verification" target="_blank"><button type="button" class="btn btn-light">web.dev {{< icon-external-link size=24 >}}</i></button></a>

<a href="https://www.w3.org/TR/webauthn-2/#user-verification" target="_blank"><button type="button" class="btn btn-light">Spec Reference {{< icon-external-link size=24 >}}</button></a>

## User-Verifying Roaming Authenticator
Expand Down

0 comments on commit 4a7ac69

Please sign in to comment.