Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make deliverables grounded on incubated work in the CG #11

Merged
merged 4 commits into from
Mar 29, 2023
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
8 changes: 4 additions & 4 deletions charter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,20 +296,20 @@ <h3>
When possible, the Solid Protocol will evolve while maintaining a high degree of compatibility with existing implementations, of both servers and clients, and with features from prior versions. If incompatible changes have to be made, then they will be done by introducing a stage where both old and new protocols are supported, to allow the implementors to upgrade their systems in a managed way.
</p>
<p>
The Solid specification may include protocol details for integration with the following:
The Solid Protocol may include protocol details for integration with the following:
</p>
<ol>
<li>
<a href="https://openid.net/connect/">OpenID Connect</a>
</li>
<li>
Access grants using <a href="https://www.w3.org/2022/06/verifiable-credentials-wg-charter.html">W3C Verifiable Credentials</a>
Access management and data integrity using <a href="https://www.w3.org/TR/vc-data-model/">Verifiable Credentials Data Model</a>
</li>
<li>
Identity mechanisms such as <a href="https://www.w3.org/community/webid/">WebID</a> and <a href="https://www.w3.org/2020/12/did-wg-charter.html">DID</a>
Identity mechanisms such as <a href="https://www.w3.org/2005/Incubator/webid/spec/identity/">WebID</a> and <a href="https://www.w3.org/TR/did-core/">DID</a>
</li>
<li>
Notifications about resource changes
Notifications about resource changes using <a href="https://solidproject.org/TR/notifications-protocol">Solid Notifications Protocol</a>
csarven marked this conversation as resolved.
Show resolved Hide resolved
</li>
<li>
Authorization mechanisms such as <a href="https://solidproject.org/TR/wac">Web Access Control</a> and <a href="https://solidproject.org/TR/acp">Access Control Policy</a>
Expand Down