-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify relationship between "iss" and "issuer" #22
Comments
I don't agree, I think If If This is how we support JWT / Data Integrity Proof graph based interoperability today. The solution is to refine the production / consumption rules to make these transformations unambiguous. |
Does |
In v1.1 it's issuer. |
If issuer is a string, iss MUST match issuer. Fully support this. |
^ related |
PR merged |
The VC Data Model spec says this about the
issuer
:The VC-JWT spec says this about the
issuer
:The JWT spec says this about
iss
:That means that that if
issuer
is an object containing an id property, it is incompatible withiss
, sinceiss
is a string. We clearly need language describing this type mismatch and how to avoid it and/or what theiss
value must be whenissuer
is an object that is not a string.Attn: @OR13
The text was updated successfully, but these errors were encountered: