From 1d550f79ad034d093b39df3f772558e316e4ad8f Mon Sep 17 00:00:00 2001 From: elf Pavlik Date: Mon, 20 Jan 2020 10:19:28 -0600 Subject: [PATCH] clarify WebID-TLS --- main/resource-access.bs | 9 +++++---- webid-tls/index.bs | 24 ------------------------ webid-tls/introduction.bs | 4 ---- 3 files changed, 5 insertions(+), 32 deletions(-) delete mode 100644 webid-tls/index.bs delete mode 100644 webid-tls/introduction.bs diff --git a/main/resource-access.bs b/main/resource-access.bs index 3d7f3682..b9b36938 100644 --- a/main/resource-access.bs +++ b/main/resource-access.bs @@ -92,11 +92,12 @@ A Solid data pod MUST conform to the WebID-OIDC specification [[!WEBID-OIDC]]. ### WebID-TLS ### {#webid-tls} +This section is non-normative. -Issue: Write WebID-TLS section. - -Draft: -A Solid data pod MAY conform to the WebID-TLS specification [[!WEBID-TLS]]. +Initial versions of Solid relied on WebID-TLS for authenticated resource access, +this specification only relies on [[!WEBID-OIDC]]. Implementations can use WebID-TLS +just as any other mechanism as an additional authentication method. Implementations +should not assume broad support for any of those additional methods in solid ecosystem. ## Web Access Control ## {#wac} diff --git a/webid-tls/index.bs b/webid-tls/index.bs deleted file mode 100644 index 0ea6eb9a..00000000 --- a/webid-tls/index.bs +++ /dev/null @@ -1,24 +0,0 @@ -
-Title: WebID-TLS
-Shortname: webid-tls
-Level: 1
-Status: w3c/ED
-Group: Solid Community Group
-URL: https://solid.github.io/specification/webid-tls/
-Markup Shorthands: markdown yes
-Editor: Your Name, Your Company http://example.com/your-company, your-email@example.com, http://example.com/your-personal-website
-Abstract:
-  This document introduces a mechanism for authenticating agents with a WebID
-  through the OpenID Connect protocol.
-
- -## Status of This Document ## {#status} -**This document is an incomplete draft.** -The sections that have been incorporated have been reviewed -following the [Solid process](https://github.com/solid/culture/blob/master/README.md). -However, the information in this document is still subject to change. - -You are invited to [contribute](https://github.com/solid/specification/issues) -any feedback, comments, or questions you might have. - -
path: introduction.bs
diff --git a/webid-tls/introduction.bs b/webid-tls/introduction.bs deleted file mode 100644 index 47ae302b..00000000 --- a/webid-tls/introduction.bs +++ /dev/null @@ -1,4 +0,0 @@ -Introduction {#intro} -===================== - -Issue: Write Introduction section.