Fortunately, the JWT VC in Example 4: Compact JWT Domain Linkage Credential is similar to the first one but contains the kid parameter. So this PR replaces occurences of the JWT VC currently in Example 2 with the one currently in Example 4.
The payload of the two VCs differ in their issuance dates and expiration dates, by a few minutes, as shown in the following expansion.
The JWT VC in Example 2 and in
did-configuration.json
is missing thekid
JOSE header parameter, which must be present, according to § 4.2 JSON Web Token Proof Format.Fortunately, the JWT VC in Example 4: Compact JWT Domain Linkage Credential is similar to the first one but contains the
kid
parameter. So this PR replaces occurences of the JWT VC currently in Example 2 with the one currently in Example 4.The payload of the two VCs differ in their issuance dates and expiration dates, by a few minutes, as shown in the following expansion.