Re: [OAUTH-WG] draft-ietf-oauth-revocation
Sergey Beryozkin <sberyozkin@gmail.com> Sun, 03 February 2013 18:28 UTC
Return-Path: <sberyozkin@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 1E5D321F873D for <oauth@ietfa.amsl.com>; Sun, 3 Feb 2013 10:28:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.244
X-Spam-Level:
X-Spam-Status: No, score=-3.244 tagged_above=-999 required=5 tests=[AWL=0.355, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
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 7UkwJvN9kpjb for <oauth@ietfa.amsl.com>; Sun, 3 Feb 2013 10:28:41 -0800 (PST)
Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by ietfa.amsl.com (Postfix) with ESMTP id 578CB21F8731 for <oauth@ietf.org>; Sun, 3 Feb 2013 10:28:41 -0800 (PST)
Received: by mail-wi0-f182.google.com with SMTP id hi18so903192wib.9 for <oauth@ietf.org>; Sun, 03 Feb 2013 10:28:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=z9KuzYr4B9rCPuowG1aPWJv8Zb9tOj5jWLP7fJz1meg=; b=vgK0HDb6VYxneF49F9fssEpQ4GdjpXSYqpSsliVG8HRnp7CRKGfD0QZSlEW1dSqBxA 82mDYbYUpx9JXNVri/srqyswJpCFvN3LPOGFb5pZTvqDczdJRNDm8xswTtXKJ568bqD6 +mA9WbVCsGKeE6RP6JzXAEb3TQJQo+pf70ren4T6BuJtYFWurQVZ2gz9lQ2mkULBUbxI Sqp67pZplTJiO/pUuIyxWA/dDzJIKOWXdImIDSKxzOZeHkI2Du/FG8Mx9aHDA+sVFwfp gdV4IeVK3Y3qzaaxBI5n9W8oXrunJZzNkg3db6IZfOsB5QAysr4ILLoeIfiShS/95R2M fCng==
X-Received: by 10.194.123.105 with SMTP id lz9mr31202187wjb.43.1359916120411; Sun, 03 Feb 2013 10:28:40 -0800 (PST)
Received: from [192.168.2.5] ([89.100.140.13]) by mx.google.com with ESMTPS id m6sm17061465wic.2.2013.02.03.10.28.39 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Feb 2013 10:28:39 -0800 (PST)
Message-ID: <510EAC47.5000006@gmail.com>
Date: Sun, 03 Feb 2013 18:28:23 +0000
From: Sergey Beryozkin <sberyozkin@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1
MIME-Version: 1.0
To: oauth@ietf.org
References: <510E5FB5.10803@lodderstedt.net>
In-Reply-To: <510E5FB5.10803@lodderstedt.net>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [OAUTH-WG] draft-ietf-oauth-revocation
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, 03 Feb 2013 18:28:42 -0000
On 03/02/13 13:01, Torsten Lodderstedt wrote: > Hi all, > > before I publish a new revision of the draft, I would like to sort out > the following issues and would like to ask you for your feedback. > > - Authorization vs. access grant vs. authorization grant: I propose to > use "authorization grant". > - invalid_token error code: I propose to use the new error code > "invalid_parameter" (as suggested by Peter and George). I don't see the > need to register it (see > http://www.ietf.org/mail-archive/web/oauth/current/msg10604.html) but > would like to get your advice. > - Donald F. Coffin raised the need for a token_type parameter to the > revocation request. Shall we re-consider this topic? Yes please if possible (I'm assuming 'access token' should be default, with an option to say it is refresh token) Cheers, Sergey > > best regards, > Torsten. > _______________________________________________ > OAuth mailing list > OAuth@ietf.org > https://www.ietf.org/mailman/listinfo/oauth
- [OAUTH-WG] draft-ietf-oauth-revocation Torsten Lodderstedt
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Hannes Tschofenig
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Torsten Lodderstedt
- Re: [OAUTH-WG] draft-ietf-oauth-revocation William Mills
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Sergey Beryozkin
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Anthony Nadalin
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Richer, Justin P.
- Re: [OAUTH-WG] draft-ietf-oauth-revocation George Fletcher
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Richer, Justin P.
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Todd W Lainhart
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Todd W Lainhart
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Torsten Lodderstedt
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Justin Richer
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Torsten Lodderstedt
- Re: [OAUTH-WG] draft-ietf-oauth-revocation George Fletcher
- Re: [OAUTH-WG] draft-ietf-oauth-revocation Todd W Lainhart