[OAUTH-WG] Registered token_endpoint_auth_method with bearer assertion grant

Vladimir Dzhuvinov <vladimir@connect2id.com> Tue, 10 November 2015 08:54 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 6C0181A8980 for <oauth@ietfa.amsl.com>; Tue, 10 Nov 2015 00:54:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, 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 BDnG5TFE-kRg for <oauth@ietfa.amsl.com>; Tue, 10 Nov 2015 00:54:57 -0800 (PST)
Received: from p3plsmtpa12-02.prod.phx3.secureserver.net (p3plsmtpa12-02.prod.phx3.secureserver.net [68.178.252.231]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3487B1A8925 for <oauth@ietf.org>; Tue, 10 Nov 2015 00:54:56 -0800 (PST)
Received: from [192.168.0.106] ([77.77.164.50]) by p3plsmtpa12-02.prod.phx3.secureserver.net with id fkuv1r00115ZTut01kuvZp; Tue, 10 Nov 2015 01:54:56 -0700
To: "oauth@ietf.org" <oauth@ietf.org>
From: Vladimir Dzhuvinov <vladimir@connect2id.com>
X-Enigmail-Draft-Status: N1110
Organization: Connect2id Ltd.
Message-ID: <5641B0DE.3050501@connect2id.com>
Date: Tue, 10 Nov 2015 10:54:54 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary="------------ms010905030702090103040900"
Archived-At: <http://mailarchive.ietf.org/arch/msg/oauth/HWgbg7r4g1bQskdb2_fBtPTrHlI>
Subject: [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: Tue, 10 Nov 2015 08:54:58 -0000

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