Return-Path: <eran@hueniverse.com>
X-Original-To: oauth@core3.amsl.com
Delivered-To: oauth@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
 with ESMTP id 92D8B3A6851 for <oauth@core3.amsl.com>;
 Thu, 23 Sep 2010 18:51:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.492
X-Spam-Level: 
X-Spam-Status: No, score=-2.492 tagged_above=-999 required=5 tests=[AWL=0.106,
 BAYES_00=-2.599, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com
 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Skmv3u-usxGl for
 <oauth@core3.amsl.com>; Thu, 23 Sep 2010 18:51:00 -0700 (PDT)
Received: from p3plex1out02.prod.phx3.secureserver.net
 (p3plex1out02.prod.phx3.secureserver.net [72.167.180.18]) by core3.amsl.com
 (Postfix) with SMTP id C1FAC3A6804 for <oauth@ietf.org>;
 Thu, 23 Sep 2010 18:51:00 -0700 (PDT)
Received: (qmail 4883 invoked from network); 24 Sep 2010 01:51:31 -0000
Received: from unknown (HELO smtp.ex1.secureserver.net) (72.167.180.21) by
 p3plex1out02.prod.phx3.secureserver.net with SMTP; 24 Sep 2010 01:51:31 -0000
Received: from P3PW5EX1MB01.EX1.SECURESERVER.NET ([10.6.135.20]) by
 P3PW5EX1HT003.EX1.SECURESERVER.NET ([72.167.180.21]) with mapi;
 Thu, 23 Sep 2010 18:51:31 -0700
From: Eran Hammer-Lahav <eran@hueniverse.com>
To: Dirk Balfanz <balfanz@google.com>, OAuth WG <oauth@ietf.org>
Date: Thu, 23 Sep 2010 18:51:28 -0700
Thread-Topic: [OAUTH-WG] Signatures spec proposal, take 2
Thread-Index: ActbcDtRZ1a6oKB9Rgqp7eBGiF63tAAGsVZj
Message-ID: <C8C15230.3AC67%eran@hueniverse.com>
In-Reply-To: <AANLkTikR_7uLDx6BaxTYwQJZfjqHDQPwKaA+kOWCsKEc@mail.gmail.com>
Accept-Language: en-US
Content-Language: en
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
acceptlanguage: en-US
Content-Type: multipart/alternative;
 boundary="_000_C8C152303AC67eranhueniversecom_"
MIME-Version: 1.0
Subject: Re: [OAUTH-WG] Signatures spec proposal, take 2
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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: Fri, 24 Sep 2010 01:51:02 -0000

--_000_C8C152303AC67eranhueniversecom_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

In part II, how is the signature bound to the HTTP request URI? I see the m=
ethod and body, but not the request URI.

EHL


On 9/23/10 3:39 PM, "Dirk Balfanz" <balfanz@google.com> wrote:

Hi guys,

sorry it took a while, but here is an updated proposal. It's still in three=
 parts:

Part I is about "JSON Tokens" that can be used for all sorts of things, not=
 just OAuth:
http://balfanz.github.com/jsontoken-spec/draft-balfanz-jsontoken-00.html

Part II is about how to embed an OAuth token and (some parts of) an HTTP re=
quest into a JSON Token:
http://balfanz.github.com/jsontoken-spec/draft-balfanz-signedoauth2-00.html

Part III is how to use signatures instead of client secrets for assertions =
in OAuth:
http://balfanz.github.com/jsontoken-spec/draft-balfanz-clientassertions-00.=
html

Diffs from the last specs are:

- JSON Tokens are now just a profile of Magic Signatures, which John Panzer=
 has helpfully extended for this purpose
- There was a vulnerability to masquerading attacks in the last proposal, w=
hich is addressed in this proposal by adding a data_type parameter that is =
part of the signature, but _not_ part of the payload.
- no more support of X.509 certs - the only supported format for discovered=
 public keys is now the Magic Key format. We'll give people tools (which ar=
e quite easy to write) to convert their self-signed or CA-issued certs to m=
agic keys.
- The specs are now formatted as I-Ds.

Comments, please!

Dirk.



--_000_C8C152303AC67eranhueniversecom_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML>
<HEAD>
<TITLE>Re: [OAUTH-WG] Signatures spec proposal, take 2</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:=
11pt'>In part II, how is the signature bound to the HTTP request URI? I see=
 the method and body, but not the request URI.<BR>
<BR>
EHL<BR>
<BR>
<BR>
On 9/23/10 3:39 PM, &quot;Dirk Balfanz&quot; &lt;<a href=3D"balfanz@google.=
com">balfanz@google.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"=
><SPAN STYLE=3D'font-size:11pt'>Hi guys,=A0<BR>
<BR>
sorry it took a while, but here is an updated proposal. It's still in three=
 parts:<BR>
<BR>
Part I is about &quot;JSON Tokens&quot; that can be used for all sorts of t=
hings, not just OAuth:<BR>
</SPAN></FONT><FONT SIZE=3D"2"><FONT FACE=3D"Arial"><SPAN STYLE=3D'font-siz=
e:10pt'><a href=3D"http://balfanz.github.com/jsontoken-spec/draft-balfanz-j=
sontoken-00.html">http://balfanz.github.com/jsontoken-spec/draft-balfanz-js=
ontoken-00.html</a><BR>
<BR>
Part II is about how to embed an OAuth token and (some parts of) an HTTP re=
quest into a JSON Token:<BR>
<a href=3D"http://balfanz.github.com/jsontoken-spec/draft-balfanz-signedoau=
th2-00.html">http://balfanz.github.com/jsontoken-spec/draft-balfanz-signedo=
auth2-00.html</a><BR>
<BR>
Part III is how to use signatures instead of client secrets for assertions =
in OAuth:<BR>
<a href=3D"http://balfanz.github.com/jsontoken-spec/draft-balfanz-clientass=
ertions-00.html">http://balfanz.github.com/jsontoken-spec/draft-balfanz-cli=
entassertions-00.html</a><BR>
<BR>
Diffs from the last specs are:<BR>
<BR>
- JSON Tokens are now just a profile of Magic Signatures, which John Panzer=
 has helpfully extended for this purpose<BR>
- There was a vulnerability to masquerading attacks in the last proposal, w=
hich is addressed in this proposal by adding a data_type parameter that is =
part of the signature, but _not_ part of the payload.<BR>
- no more support of X.509 certs - the only supported format for discovered=
 public keys is now the Magic Key format. We'll give people tools (which ar=
e quite easy to write) to convert their self-signed or CA-issued certs to m=
agic keys.<BR>
- The specs are now formatted as I-Ds.<BR>
<BR>
Comments, please!<BR>
<BR>
Dirk.<BR>
<BR>
</SPAN></FONT></FONT><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPA=
N STYLE=3D'font-size:11pt'><BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>


--_000_C8C152303AC67eranhueniversecom_--
