[OAUTH-WG] draft-ietf-oauth-mtls-03: resource server error code

Vladimir Dzhuvinov <vladimir@connect2id.com> Sun, 13 August 2017 15:01 UTC

Return-Path: <vladimir@connect2id.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 AC28C132703 for <oauth@ietfa.amsl.com>; Sun, 13 Aug 2017 08:01:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.92
X-Spam-Level:
X-Spam-Status: No, score=-1.92 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] 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 1ImPcYCHWga3 for <oauth@ietfa.amsl.com>; Sun, 13 Aug 2017 08:01:28 -0700 (PDT)
Received: from p3plsmtpa08-06.prod.phx3.secureserver.net (p3plsmtpa08-06.prod.phx3.secureserver.net [173.201.193.107]) (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 5A6E91326BA for <oauth@ietf.org>; Sun, 13 Aug 2017 08:01:28 -0700 (PDT)
Received: from [192.168.0.103] ([78.130.190.73]) by :SMTPAUTH: with SMTP id guNsdSAUvyr7CguNsdMIL1; Sun, 13 Aug 2017 08:00:57 -0700
To: IETF oauth WG <oauth@ietf.org>
From: Vladimir Dzhuvinov <vladimir@connect2id.com>
Organization: Connect2id Ltd.
Message-ID: <ae66fedc-6ddb-572f-6c08-1c99fd1d75ba@connect2id.com>
Date: Sun, 13 Aug 2017 18:00:55 +0300
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary="------------ms020600030605050504090909"
X-CMAE-Envelope: MS4wfGNoTWXY9FKGuygWSZtAqPOhalgtrK5pXUrXINLtWyptm4NT2VMz+rsQcLSReMks2zlZrsNQBi760vc+8WXTrKgzJ1/SvZk5sbAeMl2pf/GZEVmIancy bjqxZjltexMZ4TuHafXip1j83nuHoA2uE2DQIGYCUD8WISdMiE1COU51
Archived-At: <https://mailarchive.ietf.org/arch/msg/oauth/MMYNUeRIISxljC31DmwegmhZHQQ>
Subject: [OAUTH-WG] draft-ietf-oauth-mtls-03: resource server error code
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, 13 Aug 2017 15:01:30 -0000

Hello,

Implementing mTLS on the RS side raised the following question:

What error code should the RS return if the x5t#S256 bound to the access
token token doesn't match the hash of the submitted client certificate?

Here are the error codes already defined in "bearer token usage":

https://tools.ietf.org/html/rfc6750#section-3.1

Thanks,
Vladimir