-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (73 loc) · 3.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset='utf-8'>
<script src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'></script>
<script class="remove" src="https://cdn.jsdelivr.net/gh/w3c/respec-mermaid@1.1.0/dist/main.js"></script>
<script class='remove'>
var respecConfig = {
specStatus: "unofficial",
latestVersion: null,
postProcess: [window.respecMermaid.createFigures],
editors: [{
name: "Jim Marino",
url: "https://github.com/jimmarino",
company: "Metaform Systems",
}],
github: {
branch: "main",
repoURL: "eclipse-dataspace-dcp/decentralized-claims-protocol",
},
xref: "web-platform",
lint: { "no-unused-dfns": false },
format: "markdown",
localBiblio: {
"dsp-base": {
title: "Dataspace Protocol 2024-1",
href: "https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/",
status: "unofficial",
publisher: "Eclipse Dataspace Working Group",
},
},
};
</script>
<title>Eclipse Decentralized Claims Protocol</title>
</head>
<body>
<p class="copyright">
This document is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0.html">The Apache License, Version 2.0</a>.
</p>
<h1 id="title">Eclipse Decentralized Claims Protocol</h1>
<section id='abstract'>
<p>
Dataspaces require the ability to communicate participant identities and credentials to secure data access. This
specification defines a set of protocols for asserting participant identities, issuing verifiable credentials,
and presenting verifiable credentials using a decentralized architecture for verification and trust.
</p>
</section>
<section id='sotd'>
<p>
This specification is a work-in-progress affiliated with the
<a href="https://dataspace.eclipse.org/">Eclipse Dataspace Working Group</a> that has not yet reached draft
status. If you have a question or would like to comment on an aspect of this specification, please open a
<a href="https://github.com/eclipse-dataspace-dcp/decentralized-claims-protocol/discussions">discussion</a>.
If you have found an error, please file an <a
href="https://github.com/eclipse-dataspace-dcp/decentralized-claims-protocol/issues">issue</a>.
</p>
</section>
<section data-include="specifications/dataspace.ecosystem.md" data-include-format="markdown">
</section>
<section data-include="specifications/terminology.md" data-include-format="markdown">
</section>
<section data-include="specifications/base.protocol.md" data-include-format="markdown">
</section>
<section data-include="specifications/verifiable.presentation.protocol.md" data-include-format="markdown">
</section>
<section data-include="specifications/credential.issuance.protocol.md" data-include-format="markdown">
</section>
<section id='conformance'></section>
<section id="tof" class="appendix">
<h1>Notes</h1>
</section>
</body>
</html>