Re: [OAUTH-WG] How could an IdP create an id token for one audience RP without knowing for which RP ?

Torsten Lodderstedt <torsten@lodderstedt.net> Thu, 03 August 2017 11:51 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 CA7B4129AF6 for <oauth@ietfa.amsl.com>; Thu, 3 Aug 2017 04:51:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.621
X-Spam-Level:
X-Spam-Status: No, score=-2.621 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, 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 14PwMpZryT_r for <oauth@ietfa.amsl.com>; Thu, 3 Aug 2017 04:51:25 -0700 (PDT)
Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.29.23]) (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 3BF8512700F for <oauth@ietf.org>; Thu, 3 Aug 2017 04:51:25 -0700 (PDT)
Received: from [85.212.1.42] (helo=[10.0.8.4]) by smtprelay01.ispgateway.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from <torsten@lodderstedt.net>) id 1ddEev-0006EM-MD; Thu, 03 Aug 2017 13:51:21 +0200
From: Torsten Lodderstedt <torsten@lodderstedt.net>
Message-Id: <1321FC7E-EA45-4181-BC8F-90086FCA7180@lodderstedt.net>
Content-Type: multipart/signed; boundary="Apple-Mail=_AB6584C1-BC36-4EE9-84AD-BBB2F0CA6E4A"; protocol="application/pkcs7-signature"; micalg="sha1"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
Date: Thu, 03 Aug 2017 13:51:19 +0200
In-Reply-To: <46E8AB48-2DD1-4C1C-B8FA-0FBADAB7596F@ve7jtb.com>
Cc: Denis <denis.ietf@free.fr>, oauth <oauth@ietf.org>
To: John Bradley <ve7jtb@ve7jtb.com>
References: <e20207fc-804e-9485-7f18-736f423a0eeb@free.fr> <46E8AB48-2DD1-4C1C-B8FA-0FBADAB7596F@ve7jtb.com>
X-Mailer: Apple Mail (2.3273)
X-Df-Sender: dG9yc3RlbkBsb2RkZXJzdGVkdC5uZXQ=
Archived-At: <https://mailarchive.ietf.org/arch/msg/oauth/GLYswiKv-B62zsCDZb-xJW5MEqA>
Subject: Re: [OAUTH-WG] How could an IdP create an id token for one audience RP without knowing for which RP ?
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: Thu, 03 Aug 2017 11:51:28 -0000

+1
> Am 31.07.2017 um 16:01 schrieb John Bradley <ve7jtb@ve7jtb.com>:
> 
> For access tokens I would like to see a use case for a completely =
> decoupled and anonymous RS that is not just a misuse of OAuth for =
> Authentication, before trying to add a feature like this.