TBD54566975 / web5-spec

https://tbd54566975.github.io/sdk-report-runner/
Apache License 2.0
6 stars 5 forks source link

Does the VcJwt`iss` require a did fragment? #134

Open nitro-neal opened 3 months ago

nitro-neal commented 3 months ago

should the iss claim for a vcjwt be:

did:jwk:eyJrdHkiOiJPS1AiLCJjcnYiOiJFZDI1NTE5IiwieCI6InJBOWFDNTllVzJNQm1kM0VFVW9od2lGRmxqNmJMYUs5WlBQc0pGU1hqTjAifQ

OR

did:jwk:eyJrdHkiOiJPS1AiLCJjcnYiOiJFZDI1NTE5IiwieCI6InJBOWFDNTllVzJNQm1kM0VFVW9od2lGRmxqNmJMYUs5WlBQc0pGU1hqTjAifQ#eyJrdHkiOiJPS1AiLCJjcnYiOiJFZDI1NTE5IiwieCI6InJBOWFDNTllVzJNQm1kM0VFVW9od2lGRmxqNmJMYUs5WlBQc0pGU1hqTjAifQ

decentralgabe commented 3 months ago

iss should not have a DID fragment, the kid should be a DID fragment. I will update the spec to clarify this.