[OAUTH-WG] Error Code for username/password flow
Chuck Mortimore <cmortimore@salesforce.com> Mon, 14 June 2010 23:52 UTC
Return-Path: <cmortimore@salesforce.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 1AAD428C0DC for <oauth@core3.amsl.com>; Mon, 14 Jun 2010 16:52:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.38
X-Spam-Level:
X-Spam-Status: No, score=-5.38 tagged_above=-999 required=5 tests=[AWL=1.218, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
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 4RDPGmpQZKHL for <oauth@core3.amsl.com>; Mon, 14 Jun 2010 16:52:39 -0700 (PDT)
Received: from exprod8og109.obsmtp.com (exprod8og109.obsmtp.com [64.18.3.98]) by core3.amsl.com (Postfix) with SMTP id CC2F53A6A05 for <oauth@ietf.org>; Mon, 14 Jun 2010 16:52:38 -0700 (PDT)
Received: from source ([204.14.239.238]) by exprod8ob109.postini.com ([64.18.7.12]) with SMTP ID DSNKTBbAyqQTIcYvdjeYP0oF1DVB0iKo7lDr@postini.com; Mon, 14 Jun 2010 16:52:43 PDT
Received: from EXSFM-MB01.internal.salesforce.com ([10.1.127.45]) by exsfm-hub3.internal.salesforce.com ([10.1.127.7]) with mapi; Mon, 14 Jun 2010 16:52:42 -0700
From: Chuck Mortimore <cmortimore@salesforce.com>
To: "oauth@ietf.org" <oauth@ietf.org>
Date: Mon, 14 Jun 2010 16:52:40 -0700
Thread-Topic: Error Code for username/password flow
Thread-Index: AcsMHKxUBO4kHqoyBkGidIsG0FQClw==
Message-ID: <C83C0ED8.7055%cmortimore@salesforce.com>
Accept-Language: en-US
Content-Language: en
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: multipart/alternative; boundary="_000_C83C0ED87055cmortimoresalesforcecom_"
MIME-Version: 1.0
Subject: [OAUTH-WG] Error Code for username/password flow
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: Mon, 14 Jun 2010 23:52:42 -0000
There doesn't seem to be a proper error code to use with the Username/Password flow. If the client credentials are wrong "incorrect_client_credentials" is used. Nothing is specified if the end-user credentials are incorrect. Suggestion: "invalid_user_credentials" -cmort
- [OAUTH-WG] Error Code for username/password flow Chuck Mortimore
- Re: [OAUTH-WG] Error Code for username/password f… Eran Hammer-Lahav