oauth-wg / oauth-selective-disclosure-jwt

https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/
Other
56 stars 30 forks source link

Introduce proper term for payload (before turning it into a JWT) #274

Closed danielfett closed 1 year ago

danielfett commented 1 year ago

There is currently no good name for the claims before they are packaged into the SD-JWT. "Payload" can refer to the payload of the SD-JWT, which may not contain all user claims.

bc-pi commented 1 year ago

I'm not sure what the term should be but I'd agree that text like what we've got now, "object as the set of claims that the Issuer is issuing" from sec 5 isn't easy to say or particularly meaningful out of context :)

Sakurann commented 1 year ago

We use "the set of claims that the Issuer is issuing" when explaining in the Examples section what is in the payload. I kind of like it?

bc-pi commented 1 year ago

"input claim set" seems to be directionality correct

Sakurann commented 1 year ago

PR merged