Re: [jose] Should we delete the "typ" header field

"Richer, Justin P." <jricher@mitre.org> Thu, 30 May 2013 15:31 UTC

Return-Path: <jricher@mitre.org>
X-Original-To: jose@ietfa.amsl.com
Delivered-To: jose@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C20C921F85BF for <jose@ietfa.amsl.com>; Thu, 30 May 2013 08:31:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.447
X-Spam-Level:
X-Spam-Status: No, score=-6.447 tagged_above=-999 required=5 tests=[AWL=0.151, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SkEcjk1HbA4d for <jose@ietfa.amsl.com>; Thu, 30 May 2013 08:31:19 -0700 (PDT)
Received: from smtpksrv1.mitre.org (smtpksrv1.mitre.org [198.49.146.77]) by ietfa.amsl.com (Postfix) with ESMTP id 25B1D21F907E for <jose@ietf.org>; Thu, 30 May 2013 08:31:17 -0700 (PDT)
Received: from smtpksrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 8DB901F06D2; Thu, 30 May 2013 11:31:15 -0400 (EDT)
Received: from IMCCAS04.MITRE.ORG (imccas04.mitre.org [129.83.29.81]) by smtpksrv1.mitre.org (Postfix) with ESMTP id 4E0B31F06CA; Thu, 30 May 2013 11:31:15 -0400 (EDT)
Received: from IMCMBX01.MITRE.ORG ([169.254.1.137]) by IMCCAS04.MITRE.ORG ([129.83.29.81]) with mapi id 14.02.0342.003; Thu, 30 May 2013 11:31:14 -0400
From: "Richer, Justin P." <jricher@mitre.org>
To: Mike Jones <Michael.Jones@microsoft.com>
Thread-Topic: [jose] Should we delete the "typ" header field
Thread-Index: Ac5ct7bsKO37MhFARcu9P04lU2GoQQACcb7gAAmWNYAAAEqBgAAgz32A
Date: Thu, 30 May 2013 15:31:14 +0000
Message-ID: <427D27E7-04B7-43F6-87A1-0ACB20AAFB93@mitre.org>
References: <02b701ce5cb8$46ae77e0$d40b67a0$@augustcellars.com> <4E1F6AAD24975D4BA5B1680429673943677C5499@TK5EX14MBXC285.redmond.corp.microsoft.com> <030801ce5cc6$5064daf0$f12e90d0$@augustcellars.com> <4E1F6AAD24975D4BA5B1680429673943677C5787@TK5EX14MBXC285.redmond.corp.microsoft.com>
In-Reply-To: <4E1F6AAD24975D4BA5B1680429673943677C5787@TK5EX14MBXC285.redmond.corp.microsoft.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [172.31.9.108]
Content-Type: multipart/alternative; boundary="_000_427D27E704B743F687A10ACB20AAFB93mitreorg_"
MIME-Version: 1.0
Cc: Jim Schaad <ietf@augustcellars.com>, "jose@ietf.org" <jose@ietf.org>
Subject: Re: [jose] Should we delete the "typ" header field
X-BeenThere: jose@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Javascript Object Signing and Encryption <jose.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/jose>, <mailto:jose-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/jose>
List-Post: <mailto:jose@ietf.org>
List-Help: <mailto:jose-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/jose>, <mailto:jose-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 30 May 2013 15:31:24 -0000

I think that the two fields are fine as they're currently defined, as Mike describes below. They're hanging points for information that other applications of the JOSE stack can use to switch functionality out, and as such they should be well-defined and optional to allow general libraries and applications to do their jobs.

 -- Justin


On May 29, 2013, at 7:51 PM, Mike Jones <Michael.Jones@microsoft.com<mailto:Michael.Jones@microsoft.com>> wrote:

“typ” declares what the type of THIS OBJECT is.
“cty” declares what the type of THE PAYLOAD or THE PLAINTEXT is.

They’re different.

In the JWT case, a JWT Claims Set (the normal JWT Payload), which is a JSON Object containing Claims, is a completely different data structure from a JWT, which is a dot-separated list of base64url encoded fields.  The “cty” represents the former; the “typ” represents the latter.

                                                                -- Mike

From: Jim Schaad [mailto:ietf@augustcellars.com<http://augustcellars.com>]
Sent: Wednesday, May 29, 2013 4:43 PM
To: Mike Jones; jose@ietf.org<mailto:jose@ietf.org>
Subject: RE: [jose] Should we delete the "typ" header field

Can you justify why the JWT spec should not specify that  it should not be “ctyp” : “JWT”?

Jim


From: Mike Jones [mailto:Michael.Jones@microsoft.com]
Sent: Wednesday, May 29, 2013 4:24 PM
To: Jim Schaad; jose@ietf.org<mailto:jose@ietf.org>
Subject: RE: [jose] Should we delete the "typ" header field

“typ” is there so that there’s a standard header parameter field for declaring what the data structure is so that it’s there for applications for which this declaration is useful.  For instance, the JWT spec specifies that “typ”: “JWT” can be used to declare that the object is a JSON Web Token, should that be useful in context.

For those of you who may not be aware of it, the JSON Web Signature and Encryption Type Values Registry<http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-11#section-10.2> semantically ties short “typ” names to MIME types – so there’s a well-defined way that the types of JOSE objects relate to the well-established MIME type system.  In fact, MIME types are explicitly allowed to be used as “typ” values.

Ironically, there was actually a working discussion on this late 2011 and early 2012 that resulted in the decision to keep “typ” in our specs, rather than having the JWT spec define it, and that resulted in the creation of the registry.  In that thread (“[jose] Comments on the -03 JSON Web Signature document”), you wrote Jim:

[JLS] If it is believe that a parameter this list is going to be “commonly” used by many different profilers, then I believe that the core items needs to be done the in the base specification.  I would therefore not be in favor of punting it out to somebody else.  The only exception would be if we are going to have a very light core and a “real” core specs.  In this case the very light core spec could punt to the “real” core spec.  Having said that I think that a registry would be a good idea.

That’s been the state of the “typ” parameter specs ever since – I believe for the good reasons that you cited then.  I haven’t heard anyone argue that that reasoning was wrong – only that *their particular use case* may not need a “typ” value.  Just because all use cases don’t need it isn’t a sufficient argument to delete it and thereby hinder those that do.

                                                                -- Mike

From: jose-bounces@ietf.org<mailto:jose-bounces@ietf.org> [mailto:jose-bounces@ietf.org] On Behalf Of Jim Schaad
Sent: Wednesday, May 29, 2013 3:03 PM
To: jose@ietf.org<mailto:jose@ietf.org>
Subject: [jose] Should we delete the "typ" header field

In reading the documents, I am trying to understand the justification for having the “typ” header parameter in the JOSE documents.

The purpose of the field is to hold the type of the object.  In the past, I believe that values which should now be placed in the cty field (such as “JWT”) were placed in this field as well.  However the parameter is optional and an implementation cannot rely on its being present.  This means that for all practical purposes all of the code to determine the value of the type field from the values of the alg and enc fields.  If the field was mandatory then this code would disappear at a fairly small space cost and I can understand why the parameter would be present.

Can anybody justify why this field should be present in the document – or should it just disappear?

Jim

_______________________________________________
jose mailing list
jose@ietf.org<mailto:jose@ietf.org>
https://www.ietf.org/mailman/listinfo/jose