[OAUTH-WG] OAuth 2.0 Bearer Token Specification Draft -20

Mike Jones <Michael.Jones@microsoft.com> Fri, 08 June 2012 21:08 UTC

Return-Path: <Michael.Jones@microsoft.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 DB43D11E819C for <oauth@ietfa.amsl.com>; Fri, 8 Jun 2012 14:08:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.764
X-Spam-Level:
X-Spam-Status: No, score=-3.764 tagged_above=-999 required=5 tests=[AWL=-0.166, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1]
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 2-pnOOTTXYZD for <oauth@ietfa.amsl.com>; Fri, 8 Jun 2012 14:08:52 -0700 (PDT)
Received: from am1outboundpool.messaging.microsoft.com (am1ehsobe002.messaging.microsoft.com [213.199.154.205]) by ietfa.amsl.com (Postfix) with ESMTP id 311F511E819D for <oauth@ietf.org>; Fri, 8 Jun 2012 14:08:52 -0700 (PDT)
Received: from mail61-am1-R.bigfish.com (10.3.201.253) by AM1EHSOBE001.bigfish.com (10.3.204.21) with Microsoft SMTP Server id 14.1.225.23; Fri, 8 Jun 2012 21:08:00 +0000
Received: from mail61-am1 (localhost [127.0.0.1]) by mail61-am1-R.bigfish.com (Postfix) with ESMTP id C8B424C02A6 for <oauth@ietf.org>; Fri, 8 Jun 2012 21:07:59 +0000 (UTC)
X-Forefront-Antispam-Report: CIP:131.107.125.8; KIP:(null); UIP:(null); IPV:NLI; H:TK5EX14HUBC101.redmond.corp.microsoft.com; RD:none; EFVD:NLI
X-SpamScore: -19
X-BigFish: VS-19(zzc85fhzz1202hzz1033IL8275eh8275bh8275dha1495iz2fh2a8h668h839hd25hf0ah)
Received-SPF: pass (mail61-am1: domain of microsoft.com designates 131.107.125.8 as permitted sender) client-ip=131.107.125.8; envelope-from=Michael.Jones@microsoft.com; helo=TK5EX14HUBC101.redmond.corp.microsoft.com ; icrosoft.com ;
Received: from mail61-am1 (localhost.localdomain [127.0.0.1]) by mail61-am1 (MessageSwitch) id 1339189677518221_27608; Fri, 8 Jun 2012 21:07:57 +0000 (UTC)
Received: from AM1EHSMHS007.bigfish.com (unknown [10.3.201.233]) by mail61-am1.bigfish.com (Postfix) with ESMTP id 7C9B22E0048 for <oauth@ietf.org>; Fri, 8 Jun 2012 21:07:57 +0000 (UTC)
Received: from TK5EX14HUBC101.redmond.corp.microsoft.com (131.107.125.8) by AM1EHSMHS007.bigfish.com (10.3.207.107) with Microsoft SMTP Server (TLS) id 14.1.225.23; Fri, 8 Jun 2012 21:07:56 +0000
Received: from TK5EX14MBXC284.redmond.corp.microsoft.com ([169.254.1.189]) by TK5EX14HUBC101.redmond.corp.microsoft.com ([157.54.7.153]) with mapi id 14.02.0309.003; Fri, 8 Jun 2012 21:08:37 +0000
From: Mike Jones <Michael.Jones@microsoft.com>
To: "oauth@ietf.org" <oauth@ietf.org>
Thread-Topic: OAuth 2.0 Bearer Token Specification Draft -20
Thread-Index: Ac1Futblobsvy7tcQq2Ukorv/Ml+RQ==
Date: Fri, 08 Jun 2012 21:08:37 +0000
Message-ID: <4E1F6AAD24975D4BA5B16804296739436652F914@TK5EX14MBXC284.redmond.corp.microsoft.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [157.54.51.37]
Content-Type: multipart/alternative; boundary="_000_4E1F6AAD24975D4BA5B16804296739436652F914TK5EX14MBXC284r_"
MIME-Version: 1.0
X-OriginatorOrg: microsoft.com
Subject: [OAUTH-WG] OAuth 2.0 Bearer Token Specification Draft -20
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: Fri, 08 Jun 2012 21:08:54 -0000

Draft 20 of the OAuth 2.0 Bearer Token Specification has been published.  I believe that this draft addresses all DISCUSS issues and comments raised for this specification in IESG review.  No normative changes were made, other than specifying the use of Cache-Control options when using the URI Query Parameter method.

Changes made were:

  *   Added caveat about using a reserved query parameter name being counter to URI namespace best practices.
  *   Specified use of Cache-Control options when using the URI Query Parameter method.
  *   Changed title to "The OAuth 2.0 Authorization Framework: Bearer Token Usage".
  *   Referenced syntax definitions for the scope, error, error_description, and error_uri parameters in the OAuth 2.0 core spec.
  *   Registered the invalid_request, invalid_token, and insufficient_scope error values in the OAuth Extensions Error Registry.
  *   Acknowledged additional individuals.

The draft is available at:

*        http://tools.ietf.org/html/draft-ietf-oauth-v2-bearer-20
A HTML-formatted version is available at:

*        http://self-issued.info/docs/draft-ietf-oauth-v2-bearer-20.html

                                                                -- Mike