From 3da618cab7d7f32a347925ac6bf002a2a02ee306 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 16 Nov 2024 16:00:20 -0500 Subject: [PATCH] Fix controller/subject typo in authentication section. Co-authored-by: Dave Longley --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e7ff2a4..f803538 100644 --- a/index.html +++ b/index.html @@ -1715,7 +1715,7 @@

Authentication

The `authentication` [=verification relationship=] is used to specify how the -[=controller=] is expected to be [=authenticated=], for purposes such as logging +[=subject=] is expected to be [=authenticated=], for purposes such as logging into a website or engaging in any sort of challenge-response protocol. The processing performed following authentication is application-specific.