Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1386,9 +1386,9 @@ <h2>Authentication</h2>
do with that information.
</p>
<p>
This is useful to any <em>authentication verifier</em> that needs to check to
see if an entity that is attempting to [=authenticate=] is, in fact,
presenting a valid proof of authentication. When a <em>verifier</em> receives
This is useful to any entity verifying authentication that needs to check
whether an entity that is attempting to [=authenticate=] is presenting a valid
proof of authentication. When such an authentication verifying entity receives
some data (in some protocol-specific format) that contains a proof that was made
for the purpose of "authentication", and that says that an entity is identified
by the `id`, then that <em>verifier</em> checks to ensure that the proof can be
Expand Down