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

"Richer, Justin P." <jricher@mitre.org> Tue, 05 August 2014 19:58 UTC

Return-Path: <jricher@mitre.org>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 11B7C1A01F2 for <oauth@ietfa.amsl.com>; Tue, 5 Aug 2014 12:58:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id USd54vLXu8Kj for <oauth@ietfa.amsl.com>; Tue, 5 Aug 2014 12:58:15 -0700 (PDT)
Received: from smtpksrv1.mitre.org (smtpksrv1.mitre.org [198.49.146.77]) by ietfa.amsl.com (Postfix) with ESMTP id C0D3B1A01E1 for <oauth@ietf.org>; Tue, 5 Aug 2014 12:58:15 -0700 (PDT)
Received: from smtpksrv1.mitre.org (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 4FC021F0C3D for <oauth@ietf.org>; Tue, 5 Aug 2014 15:58:15 -0400 (EDT)
Received: from IMCCAS03.MITRE.ORG (imccas03.mitre.org [129.83.29.80]) by smtpksrv1.mitre.org (Postfix) with ESMTP id 43B7F1F0C2F for <oauth@ietf.org>; Tue, 5 Aug 2014 15:58:15 -0400 (EDT)
Received: from IMCMBX01.MITRE.ORG ([169.254.1.118]) by IMCCAS03.MITRE.ORG ([129.83.29.80]) with mapi id 14.03.0174.001; Tue, 5 Aug 2014 15:58:15 -0400
From: "Richer, Justin P." <jricher@mitre.org>
To: "oauth@ietf.org list" <oauth@ietf.org>
Thread-Topic: [OAUTH-WG] I-D Action: draft-ietf-oauth-dyn-reg-19.txt
Thread-Index: AQHPsOcsTWgJiTlOvkKHnXYg6NmuHZvCsG4A
Date: Tue, 05 Aug 2014 19:58:14 +0000
Message-ID: <31DC7766-86B9-4F45-A8A2-4CE46E494F50@mitre.org>
References: <20140805195420.4766.35603.idtracker@ietfa.amsl.com>
In-Reply-To: <20140805195420.4766.35603.idtracker@ietfa.amsl.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.146.15.23]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <A135AE1EDD5EA44B8D23E03364F9AB1D@imc.mitre.org>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/oauth/LJ7xmuFy7dXv-9eGzovqkCX3KrU
Subject: Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-dyn-reg-19.txt
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.15
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: Tue, 05 Aug 2014 19:58:18 -0000

This update includes the editorial changes discussed in Toronto and on the list, mostly around description of a handful of metadata fields. We added the discussion about redirect URIs to the security considerations section, and removed the "application_type" metadata parameter. We also added informational references to OIDC dynamic registration and UMA to the introduction of the spec. 

Thanks to all who contributed feedback.

 -- Justin

On Aug 5, 2014, at 3:54 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
>        Authors         : Justin Richer
>                          Michael B. Jones
>                          John Bradley
>                          Maciej Machulak
>                          Phil Hunt
> 	Filename        : draft-ietf-oauth-dyn-reg-19.txt
> 	Pages           : 36
> 	Date            : 2014-08-05
> 
> Abstract:
>   This specification defines mechanisms for dynamically registering
>   OAuth 2.0 clients with authorization servers.  Registration requests
>   send a set of desired client metadata values to the authorization
>   server and the resulting registration responses return a client
>   identifier to use at the authorization server and the client metadata
>   values registered for the client.  The client can then use this
>   registration information to communicate with the authorization server
>   using the OAuth 2.0 protocol.  This specification also defines a set
>   of common client metadata fields and values for clients to use during
>   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-19
> 
> A diff from the previous version is available at:
> http://www.ietf.org/rfcdiff?url2=draft-ietf-oauth-dyn-reg-19
> 
> 
> Please note that it may take a couple of minutes from the time of submission
> until the htmlized version and diff are available at tools.ietf.org.
> 
> 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