Skip to content

Commit 81d11ed

Browse files
committed
removed draft from title
1 parent e9ab8e7 commit 81d11ed

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</header>
4848

4949
<article id="content">
50-
<h1 id="decentralized-identity-interop-profile-v5-draft"><a class="toc-anchor" href="#decentralized-identity-interop-profile-v5-draft" >§</a> Decentralized Identity Interop Profile v5-draft</h1>
50+
<h1 id="decentralized-identity-interop-profile-v5"><a class="toc-anchor" href="#decentralized-identity-interop-profile-v5" >§</a> Decentralized Identity Interop Profile v5</h1>
5151
<p><strong>Profile Status:</strong> Draft</p>
5252
<p><strong>Latest Release:</strong>
5353
<a path-0="FIDEScommunity.github.io"path-1="DIIP"href="https://FIDEScommunity.github.io/DIIP" >https://FIDEScommunity.github.io/DIIP</a></p>
@@ -108,7 +108,7 @@ <h2 id="abstract"><a class="toc-anchor" href="#abstract" >§</a> Abstract</h2>
108108
</tr>
109109
<tr>
110110
<td>Trust Establishment</td>
111-
<td><span id="term:openid-fed-dcp">OpenID Fed DCP</span> (Appendix B of this profile)</td>
111+
<td><a class="term-reference" href="#term:openid-fed-dcp">OpenID Fed DCP</a> (Appendix B of this profile)</td>
112112
</tr>
113113
</tbody>
114114
</table>
@@ -280,7 +280,7 @@ <h3 id="normative-references"><a class="toc-anchor" href="#normative-references"
280280
<dt><span id="term:openid-federation">OpenID Federation</span></dt>
281281
<dd><a path-0="openid.net"path-1="specs"path-2="openid-federation-1_0.html"href="https://openid.net/specs/openid-federation-1_0.html" >OpenID Federation 1.0 - draft 42</a>. Status: draft.</dd>
282282
<dt><span id="term:openid-fed-dcp">OpenID Fed DCP</span></dt>
283-
<dd><a href="#federation-profile" >OpenID Federation Digital Credentials Profile - draft 0.1.0</a>. Status: draft.</dd>
283+
<dd><a href="#appendix-b-openid-federation-digital-credentials-profile" >OpenID Federation Digital Credentials Profile - draft 0.1.0</a>. Status: draft.</dd>
284284
<dt><span id="term:par">PAR</span></dt>
285285
<dd><a path-0="datatracker.ietf.org"path-1="doc"path-2="html"path-3="rfc9126"href="https://datatracker.ietf.org/doc/html/rfc9126" >RFC 9126 Pushed Authorization Requests</a>. Status: RFC - Proposed Standard.</dd>
286286
<dt><span id="term:pkce">PKCE</span></dt>
@@ -427,7 +427,7 @@ <h4 id="example-credential-issuer-entity-configuration"><a class="toc-anchor" hr
427427
</code></pre>
428428
<p>The JWKS in the <code>jwt_vc_issuer</code> property contains information about the keys used to sign Digital Credentials. The JWKS on the root level of the Entity Configuration contains information about the key used to sign the Entity Configuration. In the example, the same key is used, but the keys MAY be different.</p>
429429
<h4 id="sd-jwt-vc-credentials"><a class="toc-anchor" href="#sd-jwt-vc-credentials" >§</a> SD-JWT VC Credentials</h4>
430-
<p><strong>Requirement: When the <a class="term-reference" href="#term:issuer">Issuer</a> issues credentials in the <a class="term-reference" href="#term:sd-jwt-vc">SD-JWT VC</a> format, the Issuer MUST place its Entity Identifier in the <code>fed</code> claim of the credential.</strong></p>
430+
<p><strong>Requirement: When the Issuer issues credentials in the <a class="term-reference" href="#term:sd-jwt-vc">SD-JWT VC</a> format, the Issuer MUST place its Entity Identifier in the <code>fed</code> claim of the credential.</strong></p>
431431
<h5 id="example-sd-jwt-vc-with-federation-claim"><a class="toc-anchor" href="#example-sd-jwt-vc-with-federation-claim" >§</a> Example: SD-JWT VC with Federation Claim</h5>
432432
<p>The following non-normative example shows a decoded payload of an <a class="term-reference" href="#term:sd-jwt-vc">SD-JWT VC</a> credential with the <code>fed</code> claim:</p>
433433
<pre class="language-json"><code class="language-json"><span class="token punctuation">{</span>
@@ -446,7 +446,7 @@ <h5 id="example-sd-jwt-vc-with-federation-claim"><a class="toc-anchor" href="#ex
446446
<span class="token punctuation">}</span>
447447
</code></pre>
448448
<h4 id="w3c-vcdm-credentials"><a class="toc-anchor" href="#w3c-vcdm-credentials" >§</a> W3C VCDM Credentials</h4>
449-
<p><strong>Requirement: When the <a class="term-reference" href="#term:issuer">Issuer</a> issues credentials in the <a class="term-reference" href="#term:w3c-vcdm">W3C VCDM</a> format, the Issuer MUST place a <code>termsOfUse</code> property into the credential. The <code>type</code> of this <code>termsOfUse</code> property MUST be the string <code>OpenIDFederation</code> and the <code>policyId</code> MUST be the Issuer’s Entity Identifier.</strong></p>
449+
<p><strong>Requirement: When the Issuer issues credentials in the <a class="term-reference" href="#term:w3c-vcdm">W3C VCDM</a> format, the Issuer MUST place a <code>termsOfUse</code> property into the credential. The <code>type</code> of this <code>termsOfUse</code> property MUST be the string <code>OpenIDFederation</code> and the <code>policyId</code> MUST be the Issuer’s Entity Identifier.</strong></p>
450450
<h5 id="example-w3c-vcdm-credential-with-termsofuse"><a class="toc-anchor" href="#example-w3c-vcdm-credential-with-termsofuse" >§</a> Example: W3C VCDM Credential with termsOfUse</h5>
451451
<p>The following non-normative example illustrates the use of the <code>termsOfUse</code> property:</p>
452452
<pre class="language-json"><code class="language-json"><span class="token punctuation">{</span>
@@ -480,7 +480,7 @@ <h4 id="verifier-metadata-publication"><a class="toc-anchor" href="#verifier-met
480480
<p><strong>Requirement: The Verifier MUST place verifier metadata into the Entity Configuration, in the <code>openid_credential_verifier</code> property.</strong></p>
481481
<h3 id="trust-establishment-3"><a class="toc-anchor" href="#trust-establishment-3" >§</a> Trust Establishment</h3>
482482
<p><strong>Requirement: To establish trust with the issuer (ensure that the issuer can be trusted), the Verifier MUST resolve the Trust Chain from the issuer’s Entity Configuration until it finds a Federation Entity it trusts.</strong>
483-
<strong>Requirement: The <a class="term-reference" href="#term:verifier">Verifier</a> MUST verify that the credential is signed with a key included in the <code>jwt_vc_issuer</code> metadata in the Entity Configuration of the <a class="term-reference" href="#term:issuer">Issuer</a>. The <code>jwks</code> property in the <code>jwt_vc_issuer</code> must contain a key with the <code>kid</code> value equal to the <code>kid</code> header in the <a class="term-reference" href="#term:sd-jwt-vc">SD-JWT VC</a> credential.</strong></p>
483+
<strong>Requirement: The Verifier MUST verify that the credential is signed with a key included in the <code>jwt_vc_issuer</code> metadata in the Entity Configuration of the Issuer. The <code>jwks</code> property in the <code>jwt_vc_issuer</code> must contain a key with the <code>kid</code> value equal to the <code>kid</code> header in the <a class="term-reference" href="#term:sd-jwt-vc">SD-JWT VC</a> credential.</strong></p>
484484
<h4 id="example-verifier-entity-configuration"><a class="toc-anchor" href="#example-verifier-entity-configuration" >§</a> Example: Verifier Entity Configuration</h4>
485485
<p>The following JSON document is a non-normative example of the decoded payload of a Verifier’s Entity Configuration.</p>
486486
<pre class="language-json"><code class="language-json"><span class="token punctuation">{</span>

spec/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Decentralized Identity Interop Profile v5-draft
1+
# Decentralized Identity Interop Profile v5
22

33
**Profile Status:** Draft
44

0 commit comments

Comments
 (0)