[OAUTH-WG] How do autonomous clients asks for access tokens?

Yaron Goland <yarong@microsoft.com> Fri, 25 June 2010 18:17 UTC

Return-Path: <yarong@microsoft.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 55B4328C12C for <oauth@core3.amsl.com>; Fri, 25 Jun 2010 11:17:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.432
X-Spam-Level:
X-Spam-Status: No, score=-8.432 tagged_above=-999 required=5 tests=[AWL=-0.434, BAYES_50=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-8]
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 dWAyDjAEtPOo for <oauth@core3.amsl.com>; Fri, 25 Jun 2010 11:17:38 -0700 (PDT)
Received: from smtp.microsoft.com (mail2.microsoft.com [131.107.115.215]) by core3.amsl.com (Postfix) with ESMTP id EC92528C187 for <oauth@ietf.org>; Fri, 25 Jun 2010 11:17:20 -0700 (PDT)
Received: from TK5EX14HUBC101.redmond.corp.microsoft.com (157.54.7.153) by TK5-EXGWY-E802.partners.extranet.microsoft.com (10.251.56.168) with Microsoft SMTP Server (TLS) id 8.2.176.0; Fri, 25 Jun 2010 11:17:29 -0700
Received: from TK5EX14MBXC117.redmond.corp.microsoft.com ([169.254.8.23]) by TK5EX14HUBC101.redmond.corp.microsoft.com ([157.54.7.153]) with mapi id 14.01.0160.007; Fri, 25 Jun 2010 11:17:28 -0700
From: Yaron Goland <yarong@microsoft.com>
To: "oauth@ietf.org" <oauth@ietf.org>
Thread-Topic: How do autonomous clients asks for access tokens?
Thread-Index: AcsUhyWs09OFs5wQSWq4/S2IEg6MHw==
Date: Fri, 25 Jun 2010 18:17:02 +0000
Message-ID: <7C01E631FF4B654FA1E783F1C0265F8C579CA967@TK5EX14MBXC117.redmond.corp.microsoft.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Content-Type: multipart/alternative; boundary="_000_7C01E631FF4B654FA1E783F1C0265F8C579CA967TK5EX14MBXC117r_"
MIME-Version: 1.0
Subject: [OAUTH-WG] How do autonomous clients asks for access tokens?
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, 25 Jun 2010 18:17:40 -0000

Section 1.4.4 says that autonomous clients can get access tokens. But how? What grant_type should they use?
                Thanks,
                                Yaron
P.S. I looked for a grant_type of autonomous but I didn't see it in -08. Sorry if I missed it.