Re: [OAUTH-WG] Registered token_endpoint_auth_method with bearer assertion grant
Vladimir Dzhuvinov <vladimir@connect2id.com> Wed, 11 November 2015 06:58 UTC
Return-Path: <vladimir@connect2id.com>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id B288F1B3144
for <oauth@ietfa.amsl.com>; Tue, 10 Nov 2015 22:58:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham
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 UGXnYApGGKeb for <oauth@ietfa.amsl.com>;
Tue, 10 Nov 2015 22:58:38 -0800 (PST)
Received: from p3plsmtpa12-10.prod.phx3.secureserver.net
(p3plsmtpa12-10.prod.phx3.secureserver.net [68.178.252.239])
(using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 40A661B313E
for <oauth@ietf.org>; Tue, 10 Nov 2015 22:58:38 -0800 (PST)
Received: from [192.168.0.106] ([77.77.164.50])
by p3plsmtpa12-10.prod.phx3.secureserver.net with
id g6yb1r00P15ZTut016ycCj; Tue, 10 Nov 2015 23:58:37 -0700
To: Brian Campbell <bcampbell@pingidentity.com>
References: <5641B0DE.3050501@connect2id.com>
<CA+k3eCS7ZHp1mgC_XuF=1F0oEPbAZWJwXDpdAoRHe=_zwPkcJw@mail.gmail.com>
From: Vladimir Dzhuvinov <vladimir@connect2id.com>
Organization: Connect2id Ltd.
Message-ID: <5642E71B.5080205@connect2id.com>
Date: Wed, 11 Nov 2015 08:58:35 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <CA+k3eCS7ZHp1mgC_XuF=1F0oEPbAZWJwXDpdAoRHe=_zwPkcJw@mail.gmail.com>
Content-Type: multipart/signed; protocol="application/pkcs7-signature";
micalg=sha-256; boundary="------------ms000007080801040306010109"
Archived-At: <http://mailarchive.ietf.org/arch/msg/oauth/8ewfiIJHEeLBVGbpVAbLQhmzpHw>
Cc: "oauth@ietf.org" <oauth@ietf.org>
Subject: Re: [OAUTH-WG] Registered token_endpoint_auth_method with bearer
assertion grant
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.15
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: Wed, 11 Nov 2015 06:58:39 -0000
Thanks Brian. We'll put a note in the SDK so developers are aware of this. On 10.11.2015 15:09, Brian Campbell wrote: > Despite the text in RFC 7591, IMHO "none" is still what you'd use here - > "none" describes what will be used for explicit client authentication. And > that's what the AS needs to know. > > On Tue, Nov 10, 2015 at 1:54 AM, Vladimir Dzhuvinov <vladimir@connect2id.com >> wrote: >> Hi, >> >> I've got a query regarding a use case: >> >> 1. Client with self-issued JWT bearer assertion grant >> 2. No explicit client auth, i.e. authentication is done via the presented >> JWT grant >> >> What value should then the *token_endpoint_auth_method* reg parameter for >> the client have? >> >> "none" is apparently reserved for public clients: >> http://tools.ietf.org/html/rfc7591#section-2 >> >> Empty value perhaps? >> >> Thanks, >> >> Vladimir >> >> _______________________________________________ >> OAuth mailing list >> OAuth@ietf.org >> https://www.ietf.org/mailman/listinfo/oauth >> >> -- Vladimir Dzhuvinov :: vladimir@connect2id.com
- [OAUTH-WG] Registered token_endpoint_auth_method … Vladimir Dzhuvinov
- Re: [OAUTH-WG] Registered token_endpoint_auth_met… Brian Campbell
- Re: [OAUTH-WG] Registered token_endpoint_auth_met… Vladimir Dzhuvinov