Closed troyronda closed 4 years ago
Regarding the last two - I wonder why we don't reuse the standard claims already registered?
I have had discussion about whether we should continue the pattern of concise names in JWM that is present with claim names in JWT. The obvious tradeoff here is human readability.
For clarity @llorllale a JWM does not have claims, instead it has attributes so the intention is for JWM to have its own IANA registry called the JWM attribute registry much like JWT has the JWT claims registry and yes there would be overlap between these two registries in certain areas, however I believe this is better then us trying to overload one registry with a whole bunch of conflicting concepts.
@tplooker I thought it was interesting that section 7.1 in the JWM document recommended 8 characters maximum. I assume this section is copied from a template. :).
@troyronda correct it was an oversight, I will fix :)
Section 7.1
Note that some of the attribute names that follow this paragraph exceed 8 characters.
I was also somewhat curious on the semantic difference between some of the seemingly overlapping fields with JWT (e.g.,
exp
). Perhaps this is stylistic or due to the usage of the term "token" or "issuer" in the JWT definitions of the field names?