Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-token-05
Nat Sakimura <sakimura@gmail.com> Sun, 23 December 2012 18:09 UTC
Return-Path: <sakimura@gmail.com>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BD91021F8B0A for <oauth@ietfa.amsl.com>; Sun, 23 Dec 2012 10:09:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.349
X-Spam-Level:
X-Spam-Status: No, score=-0.349 tagged_above=-999 required=5 tests=[AWL=-2.186, BAYES_50=0.001, MIME_BASE64_TEXT=1.753, RCVD_IN_DNSWL_LOW=-1, URIBL_RHS_DOB=1.083]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vGIYb+iXoSE5 for <oauth@ietfa.amsl.com>; Sun, 23 Dec 2012 10:09:40 -0800 (PST)
Received: from mail-ea0-f169.google.com (mail-ea0-f169.google.com [209.85.215.169]) by ietfa.amsl.com (Postfix) with ESMTP id 909E321F8ACB for <oauth@ietf.org>; Sun, 23 Dec 2012 10:09:30 -0800 (PST)
Received: by mail-ea0-f169.google.com with SMTP id a12so2691774eaa.28 for <oauth@ietf.org>; Sun, 23 Dec 2012 10:09:29 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:mime-version:in-reply-to:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=E7XXZi2jNF4+z2RbRgQHqdx766H7jFQrkHzRId99Pds=; b=i1tulk4HI66PbA8J//xTbVhnrKdT1KPskvlDbOX140HWlNyjNu52Fz017Xf9ONvx5G N8xr4bhyqkbeuAXqtbJ5itvimZYK2xNEmfbiRUwBeBGq3JnjwxZek5amJJlOLM4Wmu50 oXMrwYXIDvTS4bVdfuZYxRkbh74EOnISG8ArtviOdiTUJcSF1m8UISBTpkorc/GIFG11 stqey1FY+0ZClhAepiSig5nib6sqtmNEYAMr352dvHZhamux+FSHOGqDBwiyDB1RQyJM QhSfhDI2qIcpel0sfmehcujJMB0zBB3vu3E2+p/chzRavDJH5n+24LjeOkU4P96A9oFD BouQ==
Received: by 10.14.3.195 with SMTP id 43mr49467365eeh.36.1356286169599; Sun, 23 Dec 2012 10:09:29 -0800 (PST)
References: <50D74241.40905@KingsMountain.com>
From: Nat Sakimura <sakimura@gmail.com>
Mime-Version: 1.0 (1.0)
In-Reply-To: <50D74241.40905@KingsMountain.com>
Date: Mon, 24 Dec 2012 03:09:28 +0900
Message-ID: <-6724914566147778422@unknownmsgid>
To: =JeffH <Jeff.Hodges@kingsmountain.com>
Content-Type: text/plain; charset="ISO-2022-JP"
Content-Transfer-Encoding: base64
Cc: IETF oauth WG <oauth@ietf.org>
Subject: Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-token-05
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 23 Dec 2012 18:09:40 -0000
Re definition of 'claim', as JWT is supposed to be generic, it may be better to go with the definition of X.1252 rather than OIDC. =nat via iPhone Dec 24, 2012 2:42、=JeffH <Jeff.Hodges@kingsmountain.com> のメッセージ: > > > Thanks for the replies, Jeff. They make sense. Particularly, thanks for > > the "JSON Text Object" suggestion. > > welcome, glad they made some sense. > > similarly, if one employs JSON arrays, I'd define a "JSON text array". > > > > For the "claims" definition, I'm actually prone to go with definitions based > > on those in > > http://openid.net/specs/openid-connect-messages-1_0-13.html#terminology - > > specifically: > > > > Claim > > A piece of information about an Entity that a Claims Provider asserts about > > that Entity. > > Claims Provider > > A system or service that can return Claims about an Entity. > > End-User > > A human user of a system or service. > > Entity > > Something that has a separate and distinct existence and that can be > > identified in context. An End-User is one example of an Entity. > > well, it seems to me, given the manner in which the JWT spec is written, one can make the case that JWT claims in general aren't necessarily about an Entity (as the latter term is used in the context of the OpenID Connect specs), rather they're in general simply assertions about something(s). this is because all pre-defined JWT claim types are optional and all JWT semantics are left up to specs that profile (aka re-use) the JWT spec. > > HTH, > > =JeffH > > _______________________________________________ > OAuth mailing list > OAuth@ietf.org > https://www.ietf.org/mailman/listinfo/oauth
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… =JeffH
- [OAUTH-WG] review: draft-ietf-oauth-json-web-toke… =JeffH
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… John Bradley
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… =JeffH
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Mike Jones
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Nat Sakimura
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Mike Jones
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Nat Sakimura
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Dick Hardt
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Mike Jones
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Mike Jones
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Mike Jones
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… David Chadwick
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Antonio Sanso
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… John Bradley
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Antonio Sanso
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Nat Sakimura
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Anthony Nadalin
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Nat Sakimura
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Anthony Nadalin
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Mike Jones
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Mike Jones
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… David Chadwick
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Antonio Sanso
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Anthony Nadalin
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… Anthony Nadalin
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… David Chadwick
- Re: [OAUTH-WG] review: draft-ietf-oauth-json-web-… John Bradley