Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-security-topics-06.txt
Torsten Lodderstedt <torsten@lodderstedt.net> Sun, 20 May 2018 11:43 UTC
Return-Path: <torsten@lodderstedt.net>
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 1E6061270A7
for <oauth@ietfa.amsl.com>; Sun, 20 May 2018 04:43:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level:
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001]
autolearn=ham autolearn_force=no
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 I8l7B-iCNT1E for <oauth@ietfa.amsl.com>;
Sun, 20 May 2018 04:43:06 -0700 (PDT)
Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de
[80.67.18.15])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id F286C127076
for <oauth@ietf.org>; Sun, 20 May 2018 04:43:05 -0700 (PDT)
Received: from [84.158.233.58] (helo=[192.168.71.123])
by smtprelay03.ispgateway.de with esmtpsa
(TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1)
(envelope-from <torsten@lodderstedt.net>) id 1fKMjv-0006cQ-GD
for oauth@ietf.org; Sun, 20 May 2018 13:43:03 +0200
From: Torsten Lodderstedt <torsten@lodderstedt.net>
Content-Type: multipart/signed;
boundary="Apple-Mail=_CF0E3A76-0547-4222-A1FA-BE4B3C3D2C5D";
protocol="application/pkcs7-signature"; micalg=sha1
Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\))
Date: Sun, 20 May 2018 13:42:55 +0200
References: <152681629717.2793.15028642368623108299@ietfa.amsl.com>
To: oauth <oauth@ietf.org>
In-Reply-To: <152681629717.2793.15028642368623108299@ietfa.amsl.com>
Message-Id: <34B9FBE9-788E-4B1C-B2A4-08FD14EC2BD5@lodderstedt.net>
X-Mailer: Apple Mail (2.3445.6.18)
X-Df-Sender: dG9yc3RlbkBsb2RkZXJzdGVkdC5uZXQ=
Archived-At: <https://mailarchive.ietf.org/arch/msg/oauth/2gj2F35q2HQkeBEaNMRCZqHyaOU>
Subject: Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-security-topics-06.txt
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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, 20 May 2018 11:43:08 -0000
Hi all, the new revision contains the following changes: • reworked section 3.8.1 • incorporated Phil Hunt's feedback • reworked section on mix-up • extended section on code leakage via referrer header to also cover state leakage • added Daniel Fett as author • replaced text intended to inform WG discussion by recommendations to implementors • modified example URLs to conform to RFC 2606 Please join me in welcoming Daniel Fett (one of the researches who discovered the mix up attack) as another co-author of the draft! best regards, Torsten. > Am 20.05.2018 um 13:38 schrieb internet-drafts@ietf.org: > > > A New Internet-Draft is available from the on-line Internet-Drafts directories. > This draft is a work item of the Web Authorization Protocol WG of the IETF. > > Title : OAuth 2.0 Security Best Current Practice > Authors : Torsten Lodderstedt > John Bradley > Andrey Labunets > Daniel Fett > Filename : draft-ietf-oauth-security-topics-06.txt > Pages : 31 > Date : 2018-05-20 > > Abstract: > This document describes best current security practices for OAuth > 2.0. It updates and extends the OAuth 2.0 Security Threat Model to > incorporate practical experiences gathered since OAuth 2.0 was > published and covers new threats relevant due to the broader > application of OAuth 2.0. > > > The IETF datatracker status page for this draft is: > https://datatracker.ietf.org/doc/draft-ietf-oauth-security-topics/ > > There are also htmlized versions available at: > https://tools.ietf.org/html/draft-ietf-oauth-security-topics-06 > https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics-06 > > A diff from the previous version is available at: > https://www.ietf.org/rfcdiff?url2=draft-ietf-oauth-security-topics-06 > > > 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
- [OAUTH-WG] I-D Action: draft-ietf-oauth-security-… internet-drafts
- Re: [OAUTH-WG] I-D Action: draft-ietf-oauth-secur… Torsten Lodderstedt
- [OAUTH-WG] Comments on draft-ietf-oauth-security-… Denis
- Re: [OAUTH-WG] Comments on draft-ietf-oauth-secur… Joseph Heenan
- Re: [OAUTH-WG] Comments on draft-ietf-oauth-secur… Denis
- Re: [OAUTH-WG] Comments on draft-ietf-oauth-secur… Joseph Heenan