Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
decentralgabe and TallTed committed Feb 12, 2024
1 parent 668c9d3 commit f847794
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,11 @@ <h2>JOSE Header Parameters and JWT Claims</h2>
secured and semantics provided by the [[VC-DATA-MODEL-2.0]]. This means that while the security
features of this specification ensure data integrity and authenticity, they do
not dictate the interpretation of claim data.

Implementers are RECOMMENDED to avoid conflicting values, especially with claims such as
`issuer` with `iss`, `id` with `jti`, and `credentialSubject.id` with `sub`.
</p>
<p>
Implementers SHOULD avoid setting JWT claims to values that conflict with
verifiable credential properties, especially with pairs such as
`iss` and `issuer`, `jti` and `id`, and `sub` and `credentialSubject.id`.
</p>
<p>
The JWT Claim Names <code>vc</code> and <code>vp</code>
Expand Down

0 comments on commit f847794

Please sign in to comment.