Skip to content

Commit 09fd28e

Browse files
committed
Fix exported terminology.
1 parent 8da1735 commit 09fd28e

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

index.html

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ <h3>Terminology</h3>
473473
Cryptographic material that can be used to generate [=proofs=].
474474
</dd>
475475

476-
<dt><dfn data-lt="authenticated|authenticate">authentication</dfn></dt>
476+
<dt><dfn class="export">authentication</dfn></dt>
477477
<dd>
478478
A process by which an entity can prove to a verifier that it has a specific
479479
attribute or controls a specific secret.
@@ -488,7 +488,7 @@ <h3>Terminology</h3>
488488
is a type of proof.
489489
</dd>
490490

491-
<dt><dfn data-lt="authorized|authorize">authorization</dfn></dt>
491+
<dt><dfn class="export">authorization</dfn></dt>
492492
<dd>
493493
A process by which an entity can prove to a verifier that it is allowed to
494494
perform a specific activity.
@@ -503,7 +503,7 @@ <h3>Terminology</h3>
503503
<!-- [[[#cryptographic-suites]]] for further detail. -->
504504
</dd>
505505

506-
<dt><dfn class="export" data-lt="controller(s)|Controllers">controller</dfn></dt>
506+
<dt><dfn class="export">controller</dfn></dt>
507507
<dd>
508508
<p>
509509
An entity that is capable of performing an action with a specific resource, such
@@ -1100,10 +1100,10 @@ <h2>Services</h2>
11001100
<section>
11011101
<h2>Verification Methods</h2>
11021102
<p>
1103-
A [=controlled identifier document=] can express [=verification methods=], such as
1104-
cryptographic [=public keys=], which can be used to verify [=proofs=],
1105-
such as those used to [=authenticate=] or authorize interactions with the
1106-
[=controller=] or associated parties. For example, a cryptographic [=public
1103+
A [=controlled identifier document=] can express [=verification methods=], such
1104+
as cryptographic [=public keys=], which can be used to verify [=proofs=], such
1105+
as those used to [=authentication|authenticate=] or authorize interactions with
1106+
the [=controller=] or associated parties. For example, a cryptographic [=public
11071107
key=] can be used as a <a>verification method</a> with respect to a digital
11081108
signature; in such use, it verifies that the signer could use the associated
11091109
cryptographic private key. <a>Verification methods</a> might take many
@@ -1747,9 +1747,10 @@ <h2>Authentication</h2>
17471747

17481748
<p>
17491749
The `authentication` [=verification relationship=] is used to specify how the
1750-
[=subject=] is expected to be [=authenticated=], for purposes such as logging
1751-
into a website or engaging in any sort of challenge-response protocol. The
1752-
processing performed following authentication is application-specific.
1750+
[=subject=] is expected to be [=authentication|authenticated=], for purposes
1751+
such as logging into a website or engaging in any sort of challenge-response
1752+
protocol. The processing performed following authentication is
1753+
application-specific.
17531754
</p>
17541755

17551756
<dl>
@@ -1797,19 +1798,20 @@ <h2>Authentication</h2>
17971798

17981799
<p>
17991800
This is useful to any entity verifying authentication that needs to check
1800-
whether an entity that is attempting to [=authenticate=] is presenting a valid
1801-
proof of authentication. When such an authentication-verifying entity receives
1802-
some data (in some protocol-specific format) that contains a [=proof=] that was made
1803-
for the purpose of "authentication", and that says that an entity is identified
1804-
by the `id`, then that <em>verifier</em> checks to ensure that the [=proof=] can be
1805-
verified using a [=verification method=] (for example, [=public key=]) listed
1806-
under `authentication` in the [=controlled identifier document=].
1801+
whether an entity that is attempting to [=authentication|authenticate=] is
1802+
presenting a valid proof of authentication. When such an
1803+
authentication-verifying entity receives some data (in some protocol-specific
1804+
format) that contains a [=proof=] that was made for the purpose of
1805+
"authentication", and that says that an entity is identified by the `id`, then
1806+
that <em>verifier</em> checks to ensure that the [=proof=] can be verified using
1807+
a [=verification method=] (for example, [=public key=]) listed under
1808+
`authentication` in the [=controlled identifier document=].
18071809
</p>
18081810
<p>
1809-
Note that the [=verification method=] indicated by the
1810-
`authentication` property of a [=controlled identifier document=] can
1811-
only be used to [=authenticate=] on behalf
1812-
of the [=controlled identifier document=]'s [=base identifier=].
1811+
Note that the [=verification method=] indicated by the `authentication` property
1812+
of a [=controlled identifier document=] can only be used to
1813+
[=authentication|authenticate=] on behalf of the [=controlled identifier
1814+
document=]'s [=base identifier=].
18131815
</p>
18141816
</section>
18151817

0 commit comments

Comments
 (0)