Skip to content

Commit 4a7ac69

Browse files
committed
Removed non-spec links
1 parent 1e28d5b commit 4a7ac69

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/docs/reference/terms/index.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ This refers to a contract between a user and a [Relying Party (RP)](#relying-par
2626

2727
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).
2828

29-
<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>
30-
3129
<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>
3230

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

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

61-
<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>
62-
6359
<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>
6460

6561
<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>
@@ -96,8 +92,6 @@ A Discoverable Credential (known in previous version of WebAuthn as a "resident
9692

9793
[Passkeys](#passkey) are Discoverable Credentials.
9894

99-
<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>
100-
10195
<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>
10296

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

191185
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.
192186

193-
<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>
194-
195187
<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>
196188

197189
## User Verification (UV)
198190

199191
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.
200192

201-
<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>
202-
203193
<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>
204194

205195
## User-Verifying Roaming Authenticator

0 commit comments

Comments
 (0)