Re: [OAUTH-WG] Mandatory-to-implement HTTP authentication scheme

Matt Miller <mamille2@cisco.com> Thu, 17 November 2011 09:24 UTC

Return-Path: <mamille2@cisco.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 0522921F9B56 for <oauth@ietfa.amsl.com>; Thu, 17 Nov 2011 01:24:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[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 hLiO1dvMzUTy for <oauth@ietfa.amsl.com>; Thu, 17 Nov 2011 01:24:56 -0800 (PST)
Received: from mtv-iport-2.cisco.com (mtv-iport-2.cisco.com [173.36.130.13]) by ietfa.amsl.com (Postfix) with ESMTP id C6E3821F9B1F for <oauth@ietf.org>; Thu, 17 Nov 2011 01:24:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=mamille2@cisco.com; l=6321; q=dns/txt; s=iport; t=1321521896; x=1322731496; h=subject:mime-version:from:in-reply-to:date:cc:message-id: references:to; bh=jQ1+j5WgDRrh0luANSf6Tq+1zE1UytRCXKIA4p3ZFHY=; b=fsPJOJWTNnbF9kWCOfoZ59k4HCcUb5B4EEoHKoglQZZQOzAUpnAyoN+i Q8O2RA/n6/NUx/1GUo6CkVtP96FaDLcjdrW+yITkaUYOIA2vSVg9/39ST qj3u9hP2uhp7i6YaMcyfkZLO/6iZeAO7ukak6aNcSYpHtgvTWJNxSqjw+ Y=;
X-Files: smime.p7s : 2214
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: ApMAAAHSxE6rRDoI/2dsb2JhbABCmXiNIYJlgQWBcgEBAQMBAQEBDwFbCwUHBAsOAwQBASgHAiUfCQgGARIih2AIlSwBnjIEiTRjBIgTjCKFO4xO
X-IronPort-AV: E=Sophos; i="4.69,526,1315180800"; d="p7s'?scan'208"; a="14726760"
Received: from mtv-core-3.cisco.com ([171.68.58.8]) by mtv-iport-2.cisco.com with ESMTP; 17 Nov 2011 09:24:53 +0000
Received: from [10.21.76.31] ([10.21.76.31]) by mtv-core-3.cisco.com (8.14.3/8.14.3) with ESMTP id pAH9Op0m029408; Thu, 17 Nov 2011 09:24:52 GMT
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: multipart/signed; boundary="Apple-Mail-4--382692241"; protocol="application/pkcs7-signature"; micalg="sha1"
From: Matt Miller <mamille2@cisco.com>
In-Reply-To: <4E1F6AAD24975D4BA5B16804296739435F7217BB@TK5EX14MBXC285.redmond.corp.microsoft.com>
Date: Thu, 17 Nov 2011 17:24:51 +0800
Message-Id: <F58CC695-90E7-4B42-9ACB-6B661CBBEB51@cisco.com>
References: <4E1F6AAD24975D4BA5B16804296739435F7217BB@TK5EX14MBXC285.redmond.corp.microsoft.com>
To: Mike Jones <Michael.Jones@microsoft.com>, Barry Leiba <barryleiba@computer.org>
X-Mailer: Apple Mail (2.1084)
Cc: oauth WG <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Mandatory-to-implement HTTP authentication scheme
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: Thu, 17 Nov 2011 09:24:57 -0000

Further clarification (-:  This is not (or shortly will not be) limited to HTTP.  There is work to use OAUTH over SASL, which opens it up to a much much broader audience (e.g. IMAP, SMTP, and XMPP).

> 1. Should we specify some token type as mandatory to implement?  Why or why not (*briefly*)?

Yes.  I believe it is necessary to provide a baseline for implementors, and will help make the "80% rule" easier; if "everyone" supports <x> then I will find client, authorization, and resource software that will "just work".  I think this becomes even more important as OAuth is used with well-established resource servers (e.g. cloud-based XMPP service).

> 
> 2. If we do specify one, which token type should it be?
> 

I personally am ambivalent.

On Nov 17, 2011, at 16:32, Mike Jones wrote:

> Terminology correction:  This discussion was actually about HTTP authentication schemes (Bearer, MAC, etc.), not token types (JWT, SAML, etc.).  I've changed the subject line of the thread accordingly.
> 
> 				-- Mike
> 
> -----Original Message-----
> From: oauth-bounces@ietf.org [mailto:oauth-bounces@ietf.org] On Behalf Of Barry Leiba
> Sent: Thursday, November 17, 2011 12:29 AM
> To: oauth WG
> Subject: [OAUTH-WG] Mandatory-to-implement token type
> 
> Stephen, as AD, brought up the question of mandatory-to-implement token types, in the IETF 82 meeting.  There was some extended discussion on the point:
> 
> - Stephen is firm in his belief that it's necessary for interoperability.  He notes that mandatory to *implement* is not the same as mandatory to *use*.
> - Several participants believe that without a mechanism for requesting or negotiating a token type, there is no value in having any type be mandatory to implement.
> 
> Stephen is happy to continue the discussion on the list, and make his point clear.  In any case, there was clear consensus in the room that we *should* specify a mandatory-to-implement type, and that that type be bearer tokens.  This would be specified in the base document, and would make a normative reference from the base doc to the bearer token doc.
> 
> We need to confirm that consensus on the mailing list, so this starts the discussion.  Let's work on resolving this over the next week or so, and moving forward:
> 
> 1. Should we specify some token type as mandatory to implement?  Why or why not (*briefly*)?
> 
> 2. If we do specify one, which token type should it be?
> 
> Barry, as chair
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth
> 
> _______________________________________________
> OAuth mailing list
> OAuth@ietf.org
> https://www.ietf.org/mailman/listinfo/oauth

- m&m

Matt Miller - <mamille2@cisco.com>
Collaboration Software Group - Cisco Systems, Inc.