-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
189 lines (163 loc) · 6.65 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!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/[email protected]/dist/main.js"></script>
<script class='remove'>
var respecConfig = {
specStatus: "unofficial",
latestVersion: "https://github.com/eclipse-dataspace-dcp/decentralized-claims-protocol/releases/tag/0.8.1",
postProcess: [window.respecMermaid.createFigures],
editors: [{
name: "Jim Marino",
url: "https://github.com/jimmarino",
company: "Metaform Systems",
}],
authors: [
{
name: "Andrea Bertagnolli",
url: "https://github.com/ndr-brt",
company: "Think-IT",
},
{
name: "Peter Koen",
url: "https://github.com/PeterKoen-MSFT",
company: "Microsoft",
},
{
name: "Maarten Kollenstart",
url: "https://github.com/mkollenstart",
company: "TNO",
},
{
name: "Paul Latzelsperger",
url: "https://github.com/paullatzelsperger",
company: "Metaform Systems",
},
{
name: "Jim Marino",
url: "https://github.com/jimmarino",
company: "Metaform Systems",
},
{
name: "Julia Pampus",
url: "https://github.com/juliapampus",
company: "Fraunhofer ISST",
},
{
name: "Rajiv Rajani",
url: "https://github.com/rajiv-ishare",
company: "iSHARE Foundation",
},
{
name: "Enrico Risa",
url: "https://github.com/wolf4ood",
company: "Metaform Systems",
},
{
name: "Marcel Ruland",
url: "https://github.com/marcelruland",
company: "Cofinity-X",
},
{
name: "Benjamin Scholtes",
url: "https://github.com/bscholtes1A",
company: "Amadeus",
},
{
name: "Niklas Schulte",
url: "https://github.com/nikschul",
company: "Fraunhofer ISST",
},
{
name: "Markus Spiekermann",
url: "https://github.com/mspiekermann",
company: "Huawei",
},
{
name: "Sebastian Steinbuss",
url: "https://github.com/ssteinbuss",
company: "IDSA",
},
{
name: "Arno Weiß",
url: "https://github.com/arnoweiss",
company: "SAP",
},
{
name: "Hakan Yildiz",
url: "https://github.com/hkny",
company: "Accenture",
}
],
github: {
branch: "main",
repoURL: "eclipse-dataspace-dcp/decentralized-claims-protocol",
},
xref: "web-platform",
lint: {"no-unused-dfns": false},
format: "markdown",
maxTocLevel: 3,
localBiblio: {
"dsp-base": {
title: "Dataspace Protocol 2024-1",
href: "https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/",
status: "unofficial",
publisher: "Eclipse Dataspace Working Group",
},
"presentation-ex": {
title: "Presentation Exchange 2.1.1",
href: "https://identity.foundation/presentation-exchange/spec/v2.1.1/",
status: "unofficial",
publisher: "Decentralized Identity Foundation",
},
},
};
</script>
<title>Eclipse Decentralized Claims Protocol v1.0-RC2</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 </br>v1.0-RC2</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' class="override">
<h2>Status of This Document</h2>
<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/terminology.md" data-include-format="markdown">
</section>
<section data-include="specifications/dataspace.ecosystem.md" data-include-format="markdown">
</section>
<section data-include="specifications/trust.model.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 class="appendix" data-include="specifications/dcp.profiles.md" data-include-format="markdown">
</section>
<section id="tof" class="appendix">
<h1>Notes</h1>
</section>
</body>
</html>