[plasma] Binary value encoding in AuthenticationTypeWSToken

Dan Griffin <dan@jwsecure.com> Wed, 27 June 2012 20:42 UTC

Return-Path: <dan@jwsecure.com>
X-Original-To: plasma@ietfa.amsl.com
Delivered-To: plasma@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 00BCA11E8089 for <plasma@ietfa.amsl.com>; Wed, 27 Jun 2012 13:42:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.966
X-Spam-Level:
X-Spam-Status: No, score=-4.966 tagged_above=-999 required=5 tests=[AWL=1.632, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9cRtn4A9SRR9 for <plasma@ietfa.amsl.com>; Wed, 27 Jun 2012 13:42:27 -0700 (PDT)
Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe006.messaging.microsoft.com [216.32.180.16]) by ietfa.amsl.com (Postfix) with ESMTP id 2723321F85E5 for <plasma@ietf.org>; Wed, 27 Jun 2012 13:42:27 -0700 (PDT)
Received: from mail114-va3-R.bigfish.com (10.7.14.248) by VA3EHSOBE005.bigfish.com (10.7.40.25) with Microsoft SMTP Server id 14.1.225.23; Wed, 27 Jun 2012 20:40:42 +0000
Received: from mail114-va3 (localhost [127.0.0.1]) by mail114-va3-R.bigfish.com (Postfix) with ESMTP id 189FE6027E for <plasma@ietf.org>; Wed, 27 Jun 2012 20:40:42 +0000 (UTC)
X-Forefront-Antispam-Report: CIP:157.56.237.149; KIP:(null); UIP:(null); IPV:NLI; H:BY2PRD0511HT003.namprd05.prod.outlook.com; RD:none; EFVD:NLI
X-SpamScore: 6
X-BigFish: PS6(z38e0pz1431Jc85fhzz1202hzz8275bh8275dhz2fh2a8h668h839hd25hf0ah)
Received-SPF: pass (mail114-va3: domain of jwsecure.com designates 157.56.237.149 as permitted sender) client-ip=157.56.237.149; envelope-from=dan@jwsecure.com; helo=BY2PRD0511HT003.namprd05.prod.outlook.com ; .outlook.com ;
Received: from mail114-va3 (localhost.localdomain [127.0.0.1]) by mail114-va3 (MessageSwitch) id 1340829640568558_7033; Wed, 27 Jun 2012 20:40:40 +0000 (UTC)
Received: from VA3EHSMHS020.bigfish.com (unknown [10.7.14.252]) by mail114-va3.bigfish.com (Postfix) with ESMTP id 7E23338015D for <plasma@ietf.org>; Wed, 27 Jun 2012 20:40:40 +0000 (UTC)
Received: from BY2PRD0511HT003.namprd05.prod.outlook.com (157.56.237.149) by VA3EHSMHS020.bigfish.com (10.7.99.30) with Microsoft SMTP Server (TLS) id 14.1.225.23; Wed, 27 Jun 2012 20:40:39 +0000
Received: from BY2PRD0511MB427.namprd05.prod.outlook.com ([169.254.2.160]) by BY2PRD0511HT003.namprd05.prod.outlook.com ([10.255.129.38]) with mapi id 14.16.0164.004; Wed, 27 Jun 2012 20:42:08 +0000
From: Dan Griffin <dan@jwsecure.com>
To: "plasma@ietf.org" <plasma@ietf.org>
Thread-Topic: Binary value encoding in AuthenticationTypeWSToken
Thread-Index: Ac1UpEx2LOyAAUCbTlWCGw46xov1XA==
Date: Wed, 27 Jun 2012 20:42:07 +0000
Message-ID: <B66E1F139A0F29418103E63A6124AC1C09FDFC0B@BY2PRD0511MB427.namprd05.prod.outlook.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [173.160.196.25]
Content-Type: multipart/alternative; boundary="_000_B66E1F139A0F29418103E63A6124AC1C09FDFC0BBY2PRD0511MB427_"
MIME-Version: 1.0
X-OriginatorOrg: jwsecure.com
Subject: [plasma] Binary value encoding in AuthenticationTypeWSToken
X-BeenThere: plasma@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "The PoLicy Augmented S/Mime \(plasma\) bof discussion list." <plasma.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/plasma>, <mailto:plasma-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/plasma>
List-Post: <mailto:plasma@ietf.org>
List-Help: <mailto:plasma-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/plasma>, <mailto:plasma-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Jun 2012 20:42:29 -0000

We're using AuthenticationTypeWSToken to transmit a SAML token - is that the correct type?

If so, just wanted to clarify - the Value member of that type is a hex binary string, which seems like an odd choice. Wouldn't XML make more sense?