Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-dyn-reg-11.txt

"Richer, Justin P." <jricher@mitre.org> Fri, 24 May 2013 21:10 UTC

Return-Path: <jricher@mitre.org>
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 C715421F85DC for <oauth@ietfa.amsl.com>; Fri, 24 May 2013 14:10:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.442
X-Spam-Level:
X-Spam-Status: No, score=-6.442 tagged_above=-999 required=5 tests=[AWL=0.157, BAYES_00=-2.599, 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 BA6-Eg9zkDED for <oauth@ietfa.amsl.com>; Fri, 24 May 2013 14:10:05 -0700 (PDT)
Received: from smtpksrv1.mitre.org (smtpksrv1.mitre.org [198.49.146.77]) by ietfa.amsl.com (Postfix) with ESMTP id 647E621F8F1E for <oauth@ietf.org>; Fri, 24 May 2013 14:10:04 -0700 (PDT)
Received: from smtpksrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id E083D1F05F2 for <oauth@ietf.org>; Fri, 24 May 2013 17:10:03 -0400 (EDT)
Received: from IMCCAS02.MITRE.ORG (imccas02.mitre.org [129.83.29.79]) by smtpksrv1.mitre.org (Postfix) with ESMTP id C83281F0307 for <oauth@ietf.org>; Fri, 24 May 2013 17:10:03 -0400 (EDT)
Received: from IMCMBX01.MITRE.ORG ([169.254.1.137]) by IMCCAS02.MITRE.ORG ([129.83.29.69]) with mapi id 14.02.0342.003; Fri, 24 May 2013 17:10:03 -0400
From: "Richer, Justin P." <jricher@mitre.org>
To: "oauth@ietf.org WG" <oauth@ietf.org>
Thread-Topic: [OAUTH-WG] I-D Action: draft-ietf-oauth-dyn-reg-11.txt
Thread-Index: AQHOWL6E0lk8QEAnl0aYAwuiV/rpFJkVF60A
Date: Fri, 24 May 2013 21:10:03 +0000
Message-ID: <5071FA1C-F6F7-43AD-9EDC-13B0D480F97A@mitre.org>
References: <20130524203638.25945.84709.idtracker@ietfa.amsl.com>
In-Reply-To: <20130524203638.25945.84709.idtracker@ietfa.amsl.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [172.31.39.103]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <FDD2C90BE1DB24468093BC95E4F6B3D2@imc.mitre.org>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-dyn-reg-11.txt
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, 24 May 2013 21:10:09 -0000

New Dynamic Registration draft is published, incorporating much of the discussion from the group this week. 

Some normative changes that should have minimal impact:
 - "expires_at" is now "client_secret_expires_at"
 - "issued_at" is now "client_id_issued_at"
 - creation of an IANA registry for token_endpoint_auth_method
 - removal of two underdefined values from token_endpoint_auth_method (client_secret_jwt and private_key_jwt), these are now defined in an extension (OpenID Connect Registration)

And several editorial changes:

 - new "client lifecycle" section that describes how different kinds of clients can use the dynamic registration protocol, how a client's credentials get refreshed, and the relationship between the Client Identifier and the Client software
 - new "registration tokens and credentials" section describing the different kinds of tokens and credentials used in the registration process, what they're for, and why they're all separate
 - clarified the definitions of several fields like policy_uri and tos_uri

Thanks for all the great feedback, and please keep the constructive commentary coming!
 -- Justin

On May 24, 2013, at 4:36 PM, <internet-drafts@ietf.org>
 wrote:

> 
> A New Internet-Draft is available from the on-line Internet-Drafts directories.
> This draft is a work item of the Web Authorization Protocol Working Group of the IETF.
> 
> 	Title           : OAuth 2.0 Dynamic Client Registration Protocol
> 	Author(s)       : Justin Richer
>                          John Bradley
>                          Michael B. Jones
>                          Maciej Machulak
> 	Filename        : draft-ietf-oauth-dyn-reg-11.txt
> 	Pages           : 34
> 	Date            : 2013-05-24
> 
> Abstract:
>   This specification defines an endpoint and protocol for dynamic
>   registration of OAuth 2.0 Clients at an Authorization Server and
>   methods for the dynamically registered client to manage its
>   registration.
> 
> 
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-ietf-oauth-dyn-reg
> 
> There's also a htmlized version available at:
> http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg-11
> 
> A diff from the previous version is available at:
> http://www.ietf.org/rfcdiff?url2=draft-ietf-oauth-dyn-reg-11
> 
> 
> Internet-Drafts are also available by anonymous FTP at:
> ftp://ftp.ietf.org/internet-drafts/
> 
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth