From 24b162f1103255f8c2b02efd7662ae3da35fb8c7 Mon Sep 17 00:00:00 2001 From: Samu Lang Date: Sun, 29 Mar 2026 18:40:56 +0100 Subject: [PATCH 1/2] Require public WebID profile document --- protocol.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol.html b/protocol.html index eafea954..75c0cde0 100644 --- a/protocol.html +++ b/protocol.html @@ -1285,6 +1285,8 @@

Identity

WebID

A WebID is an HTTP URI denoting an agent, for example a person, organisation, or software [WEBID]. When a WebID is dereferenced, server provides a representation of the WebID Profile in an RDF document [RDF11-CONCEPTS] which uniquely describes an agent denoted by a WebID. WebIDs are an underpinning component in the Solid ecosystem and are used as the primary identifier for users and applications.

+ +

The representation of the WebID Profile provided by the server when a WebID is dereferenced must be available publicly without authentication.

From f0f82ddd8cfcabac90bf1f60de92fadf4ed6675e Mon Sep 17 00:00:00 2001 From: Samu Lang Date: Mon, 30 Mar 2026 10:49:35 +0100 Subject: [PATCH 2/2] Move change to ED --- ED/protocol.html | 2 ++ protocol.html | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ED/protocol.html b/ED/protocol.html index 0dae8a82..bbe59fd4 100644 --- a/ED/protocol.html +++ b/ED/protocol.html @@ -1023,6 +1023,8 @@

Identity

WebID

A WebID is an HTTP URI denoting an agent, for example a person, organisation, or software [WEBID]. When a WebID is dereferenced, server provides a representation of the WebID Profile in an RDF document [RDF11-CONCEPTS] which uniquely describes an agent denoted by a WebID. WebIDs are an underpinning component in the Solid ecosystem and are used as the primary identifier for users and applications.

+ +

The representation of the WebID Profile provided by the server when a WebID is dereferenced must be available publicly without authentication.

diff --git a/protocol.html b/protocol.html index 75c0cde0..eafea954 100644 --- a/protocol.html +++ b/protocol.html @@ -1285,8 +1285,6 @@

Identity

WebID

A WebID is an HTTP URI denoting an agent, for example a person, organisation, or software [WEBID]. When a WebID is dereferenced, server provides a representation of the WebID Profile in an RDF document [RDF11-CONCEPTS] which uniquely describes an agent denoted by a WebID. WebIDs are an underpinning component in the Solid ecosystem and are used as the primary identifier for users and applications.

- -

The representation of the WebID Profile provided by the server when a WebID is dereferenced must be available publicly without authentication.