From 482122cafc53eb886c04ac7d2a9bc3b0427f5471 Mon Sep 17 00:00:00 2001
From: Jeremy Caine
Date: Thu, 16 Jul 2026 14:55:51 +0100
Subject: [PATCH] added clarity to agent definition
---
lws10-core/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lws10-core/index.html b/lws10-core/index.html
index 01c7427..46b5013 100644
--- a/lws10-core/index.html
+++ b/lws10-core/index.html
@@ -173,7 +173,7 @@ Terminology
This specification defines the following terms:
- - agent — a person, social entity, or software identified by a URI.
+ - agent — a person, social entity, or software identified by a URI. An agent uses software (e.g. browser, curl, software library etc) to make LWS Client requests to the LWS Server.
- authentication credential — a security token that asserts claims about an agent or end-user. This token is secured with a cryptographic proof.
Examples of authentication credentials include assertions of identity such as OpenID Connect ID Tokens and SAML-based assertions as well as assertions of
capability such as ZCAPs.