
From nobody Tue Jun  2 08:13:36 2015
Return-Path: <phil.hunt@oracle.com>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 29C161ACE2D for <scim@ietfa.amsl.com>; Tue,  2 Jun 2015 08:13:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.21
X-Spam-Level: 
X-Spam-Status: No, score=-4.21 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 RMTgFcduegtl for <scim@ietfa.amsl.com>; Tue,  2 Jun 2015 08:13:33 -0700 (PDT)
Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) (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 50F8C1ACE29 for <scim@ietf.org>; Tue,  2 Jun 2015 08:13:33 -0700 (PDT)
Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t52FDWiC004442 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <scim@ietf.org>; Tue, 2 Jun 2015 15:13:32 GMT
Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t52FDVWB003726 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for <scim@ietf.org>; Tue, 2 Jun 2015 15:13:32 GMT
Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t52FDV5i025243 for <scim@ietf.org>; Tue, 2 Jun 2015 15:13:31 GMT
Received: from [10.0.1.27] (/24.86.216.17) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 02 Jun 2015 08:13:31 -0700
From: Phil Hunt <phil.hunt@oracle.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_4BF23B7F-8B2E-4015-B82A-C715A1FA1125"
Message-Id: <DF81F196-532E-4466-8090-727EAA5DC5F0@oracle.com>
Date: Tue, 2 Jun 2015 08:13:29 -0700
To: SCIM WG <scim@ietf.org>
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
X-Mailer: Apple Mail (2.2098)
X-Source-IP: aserv0021.oracle.com [141.146.126.233]
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/5fiYxLeoUQNQu7v6lOHIwQuFtHk>
Subject: [scim] Clarification in the definition of group "members" attribute in Core-Schema
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2015 15:13:35 -0000

--Apple-Mail=_4BF23B7F-8B2E-4015-B82A-C715A1FA1125
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

I wanted to let people know about what appears to be some ambiguous text =
in the definition of the =E2=80=9Cmembers=E2=80=9D attribute of the =
=E2=80=9Cgroup=E2=80=9D resource type on page 24.

Current draft text:
   members
      A list of members of the Group.  While values MAY be added or
      removed, sub-attributes of members are "immutable".  The "value"
      sub-attribute must be the "id" and the "$ref" sub-attribute must
      be the URI of a SCIM resource, either a "User", or a "Group".  The
      intention of the "Group" type is to allow the service provider to
      support nested groups.  Service providers MAY require clients to
      provide a non-empty members value based on the "required" sub
      attribute of the "members" attribute in the "Group" resource
      schema.

The highlighted sentence beginning =E2=80=9CThe =E2=80=9Cvalue=E2=80=9D =
sub-attribute=E2=80=9D is confusing as it is not clear whether value =
refers to a multi-valued attribute value and =E2=80=9Cid=E2=80=9D is the =
sub-attribute, or whether the text is referring to the =E2=80=9Cvalue=E2=80=
=9D sub-attribute whose value is a value that corresponds to an =E2=80=9Ci=
d=E2=80=9D attribute.

Likewise, the final sentence in the paragraph is also ambiguous.

The paragraph should be clarified as:
   members
      A list of members of the Group.  While values MAY be added or
      removed, sub-attributes of members are "immutable".  The "value"
      sub-attribute contains the value of an =E2=80=9Cid=E2=80=9D =
attribute of a SCIM resource and the "$ref" sub-attribute contains the =
URI of a SCIM resource, either a "User", or a "Group".  The
      intention of the "Group" type is to allow the service provider to
      support nested groups.  Service providers MAY require clients to
      provide a non-empty value by setting the =E2=80=9Crequired=E2=80=9D =
attribute characteristic of a=20
      sub-attribute of the "members" attribute in the "Group" resource
      schema.

Please let me know if there are any objections to this clarification.

Regards,

Phil

@independentid
www.independentid.com
phil.hunt@oracle.com


--Apple-Mail=_4BF23B7F-8B2E-4015-B82A-C715A1FA1125
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D"">I wanted to let people know about what appears to be some =
ambiguous text in the definition of the =E2=80=9Cmembers=E2=80=9D =
attribute of the =E2=80=9Cgroup=E2=80=9D resource type on page 24.<div =
class=3D""><br class=3D""></div><div class=3D"">Current draft =
text:</div><div class=3D""><span style=3D"font-size: 13px;" =
class=3D"">&nbsp; &nbsp;members</span></div><div class=3D""><pre =
class=3D"newpage" style=3D"font-size: 13px; margin-top: 0px; =
margin-bottom: 0px; page-break-before: always;">      A list of members =
of the Group.  While values MAY be added or
      removed, sub-attributes of members are "immutable".  <b =
class=3D"">The "value"
      sub-attribute must be the "id" and the "$ref" sub-attribute must
      be the URI of a SCIM resource, either a "User", or a "Group".</b>  =
The
      intention of the "Group" type is to allow the service provider to
      support nested groups.  Service providers MAY require clients<b =
class=3D""> to
      provide a non-empty members value based on the "required" sub
      attribute of the "members"</b> attribute in the "Group" resource
      schema.
</pre></div><div class=3D""><br class=3D""></div><div class=3D"">The =
highlighted sentence beginning =E2=80=9CThe =E2=80=9Cvalue=E2=80=9D =
sub-attribute=E2=80=9D is confusing as it is not clear whether value =
refers to a multi-valued attribute value and =E2=80=9Cid=E2=80=9D is the =
sub-attribute, or whether the text is referring to the =E2=80=9Cvalue=E2=80=
=9D sub-attribute whose value is a value that corresponds to an =E2=80=9Ci=
d=E2=80=9D attribute.</div><div class=3D""><br class=3D""></div><div =
class=3D"">Likewise, the final sentence in the paragraph is also =
ambiguous.</div><div class=3D""><br class=3D""></div><div class=3D"">The =
paragraph should be clarified as:</div><div class=3D""><div =
class=3D""><div class=3D""><pre class=3D"newpage" style=3D"font-size: =
13px; margin-top: 0px; margin-bottom: 0px; page-break-before: always;">  =
 members
      A list of members of the Group.  While values MAY be added or
      removed, sub-attributes of members are "immutable".  <b =
class=3D"">The "value"
      sub-attribute contains the value of an =E2=80=9Cid=E2=80=9D =
attribute of a SCIM resource and the "$ref" sub-attribute contains the =
URI of a SCIM resource, either a "User", or a "Group".</b>  The
      intention of the "Group" type is to allow the service provider to
      support nested groups.  <b class=3D"">Service providers MAY =
require clients to
      provide a non-empty value by setting the =E2=80=9Crequired=E2=80=9D =
attribute characteristic of a&nbsp;</b></pre><pre class=3D"newpage" =
style=3D"font-size: 13px; margin-top: 0px; margin-bottom: 0px; =
page-break-before: always;"><b class=3D"">      sub-attribute of the =
"members" attribute in the "Group" resource
      schema.
</b></pre></div></div><div class=3D""><br class=3D""></div><div =
class=3D"">Please let me know if there are any objections to this =
clarification.</div><div class=3D""><br class=3D""></div><div =
class=3D"">Regards,</div><div class=3D""><br class=3D""></div><div =
apple-content-edited=3D"true" class=3D"">
<div style=3D"color: rgb(0, 0, 0); letter-spacing: normal; orphans: =
auto; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div style=3D"color: rgb(0, 0, 0); letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><div style=3D"color: rgb(0, 0, 0); =
font-family: Helvetica; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; border-spacing: 0px;"><div =
style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D""><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; border-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: =
0px;"><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D""><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; border-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: =
0px;"><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D""><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: =
normal; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: 2; text-indent: 0px; =
text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
border-spacing: 0px; -webkit-text-decorations-in-effect: none; =
-webkit-text-stroke-width: 0px;"><div style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">Phil</div><div class=3D""><br =
class=3D""></div><div class=3D"">@independentid</div><div class=3D""><a =
href=3D"http://www.independentid.com" =
class=3D"">www.independentid.com</a></div></div></span><a =
href=3D"mailto:phil.hunt@oracle.com" =
class=3D"">phil.hunt@oracle.com</a></div></span></div></span></div></span>=
</div></div></div></div></div>
</div>
<br class=3D""></div></body></html>=

--Apple-Mail=_4BF23B7F-8B2E-4015-B82A-C715A1FA1125--


From nobody Tue Jun  2 14:36:17 2015
Return-Path: <kelly.grizzle@sailpoint.com>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6F85E1A90B5 for <scim@ietfa.amsl.com>; Tue,  2 Jun 2015 14:36:17 -0700 (PDT)
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=[AC_DIV_BONANZA=0.001, BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] 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 EkBLQSPn8E4y for <scim@ietfa.amsl.com>; Tue,  2 Jun 2015 14:36:15 -0700 (PDT)
Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2on0136.outbound.protection.outlook.com [207.46.100.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 493C71A9025 for <scim@ietf.org>; Tue,  2 Jun 2015 14:36:15 -0700 (PDT)
Received: from BN1PR04MB392.namprd04.prod.outlook.com (10.141.60.151) by BN1PR04MB390.namprd04.prod.outlook.com (10.141.60.147) with Microsoft SMTP Server (TLS) id 15.1.172.22; Tue, 2 Jun 2015 21:36:13 +0000
Received: from BN1PR04MB392.namprd04.prod.outlook.com ([169.254.10.171]) by BN1PR04MB392.namprd04.prod.outlook.com ([169.254.10.171]) with mapi id 15.01.0172.012; Tue, 2 Jun 2015 21:36:13 +0000
From: Kelly Grizzle <kelly.grizzle@sailpoint.com>
To: Phil Hunt <phil.hunt@oracle.com>, SCIM WG <scim@ietf.org>
Thread-Topic: [scim] Clarification in the definition of group "members" attribute in Core-Schema
Thread-Index: AQHQnUa1FLBmgJoBmUqdDBviWIrT5J2ZvbpQ
Date: Tue, 2 Jun 2015 21:36:13 +0000
Message-ID: <BN1PR04MB392AF42515ACA5DF1CF9CB3E2B50@BN1PR04MB392.namprd04.prod.outlook.com>
References: <DF81F196-532E-4466-8090-727EAA5DC5F0@oracle.com>
In-Reply-To: <DF81F196-532E-4466-8090-727EAA5DC5F0@oracle.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-vipre-scanned: 25A1F4B0009F4A25A1F5FD
authentication-results: spf=none (sender IP is ) smtp.mailfrom=kelly.grizzle@sailpoint.com; 
x-originating-ip: [97.79.140.10]
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN1PR04MB390;
x-microsoft-antispam-prvs: <BN1PR04MB3905F9B343E037483C227E8E2B50@BN1PR04MB390.namprd04.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:;
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(601004)(5005006)(520003)(3002001); SRVR:BN1PR04MB390; BCL:0; PCL:0; RULEID:; SRVR:BN1PR04MB390; 
x-forefront-prvs: 05954A7C45
x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(377454003)(199003)(189002)(33656002)(19625215002)(81156007)(5001830100001)(189998001)(16236675004)(5001960100002)(86362001)(99286002)(105586002)(19617315012)(19580405001)(76576001)(16601075003)(5001860100001)(19580395003)(5001770100001)(97736004)(107886002)(4001540100001)(66066001)(50986999)(54356999)(87936001)(19609705001)(19300405004)(101416001)(64706001)(2656002)(74316001)(106356001)(122556002)(77156002)(68736005)(102836002)(92566002)(76176999)(40100003)(62966003)(106116001)(2900100001)(46102003)(5002640100001)(2950100001)(15975445007); DIR:OUT; SFP:1102; SCL:1; SRVR:BN1PR04MB390; H:BN1PR04MB392.namprd04.prod.outlook.com; FPR:; SPF:None; PTR:InfoNoRecords; A:1; MX:1; LANG:en; 
received-spf: None (protection.outlook.com: sailpoint.com does not designate permitted sender hosts)
Content-Type: multipart/alternative; boundary="_000_BN1PR04MB392AF42515ACA5DF1CF9CB3E2B50BN1PR04MB392namprd_"
MIME-Version: 1.0
X-OriginatorOrg: sailpoint.com
X-MS-Exchange-CrossTenant-originalarrivaltime: 02 Jun 2015 21:36:13.2001 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 9c848b2a-49ba-4c39-9749-118d06717a84
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN1PR04MB390
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/pstUsKyebAo1aEnEE6cr72e4jK0>
Subject: Re: [scim] Clarification in the definition of group "members" attribute in Core-Schema
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Jun 2015 21:36:17 -0000

--_000_BN1PR04MB392AF42515ACA5DF1CF9CB3E2B50BN1PR04MB392namprd_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

U291bmRzIGdvb2QgdG8gbWUuDQoNCkZyb206IHNjaW0gW21haWx0bzpzY2ltLWJvdW5jZXNAaWV0
Zi5vcmddIE9uIEJlaGFsZiBPZiBQaGlsIEh1bnQNClNlbnQ6IFR1ZXNkYXksIEp1bmUgMDIsIDIw
MTUgMTA6MTMgQU0NClRvOiBTQ0lNIFdHDQpTdWJqZWN0OiBbc2NpbV0gQ2xhcmlmaWNhdGlvbiBp
biB0aGUgZGVmaW5pdGlvbiBvZiBncm91cCAibWVtYmVycyIgYXR0cmlidXRlIGluIENvcmUtU2No
ZW1hDQoNCkkgd2FudGVkIHRvIGxldCBwZW9wbGUga25vdyBhYm91dCB3aGF0IGFwcGVhcnMgdG8g
YmUgc29tZSBhbWJpZ3VvdXMgdGV4dCBpbiB0aGUgZGVmaW5pdGlvbiBvZiB0aGUg4oCcbWVtYmVy
c+KAnSBhdHRyaWJ1dGUgb2YgdGhlIOKAnGdyb3Vw4oCdIHJlc291cmNlIHR5cGUgb24gcGFnZSAy
NC4NCg0KQ3VycmVudCBkcmFmdCB0ZXh0Og0KICAgbWVtYmVycw0KDQogICAgICBBIGxpc3Qgb2Yg
bWVtYmVycyBvZiB0aGUgR3JvdXAuICBXaGlsZSB2YWx1ZXMgTUFZIGJlIGFkZGVkIG9yDQoNCiAg
ICAgIHJlbW92ZWQsIHN1Yi1hdHRyaWJ1dGVzIG9mIG1lbWJlcnMgYXJlICJpbW11dGFibGUiLiAg
VGhlICJ2YWx1ZSINCg0KICAgICAgc3ViLWF0dHJpYnV0ZSBtdXN0IGJlIHRoZSAiaWQiIGFuZCB0
aGUgIiRyZWYiIHN1Yi1hdHRyaWJ1dGUgbXVzdA0KDQogICAgICBiZSB0aGUgVVJJIG9mIGEgU0NJ
TSByZXNvdXJjZSwgZWl0aGVyIGEgIlVzZXIiLCBvciBhICJHcm91cCIuICBUaGUNCg0KICAgICAg
aW50ZW50aW9uIG9mIHRoZSAiR3JvdXAiIHR5cGUgaXMgdG8gYWxsb3cgdGhlIHNlcnZpY2UgcHJv
dmlkZXIgdG8NCg0KICAgICAgc3VwcG9ydCBuZXN0ZWQgZ3JvdXBzLiAgU2VydmljZSBwcm92aWRl
cnMgTUFZIHJlcXVpcmUgY2xpZW50cyB0bw0KDQogICAgICBwcm92aWRlIGEgbm9uLWVtcHR5IG1l
bWJlcnMgdmFsdWUgYmFzZWQgb24gdGhlICJyZXF1aXJlZCIgc3ViDQoNCiAgICAgIGF0dHJpYnV0
ZSBvZiB0aGUgIm1lbWJlcnMiIGF0dHJpYnV0ZSBpbiB0aGUgIkdyb3VwIiByZXNvdXJjZQ0KDQog
ICAgICBzY2hlbWEuDQoNClRoZSBoaWdobGlnaHRlZCBzZW50ZW5jZSBiZWdpbm5pbmcg4oCcVGhl
IOKAnHZhbHVl4oCdIHN1Yi1hdHRyaWJ1dGXigJ0gaXMgY29uZnVzaW5nIGFzIGl0IGlzIG5vdCBj
bGVhciB3aGV0aGVyIHZhbHVlIHJlZmVycyB0byBhIG11bHRpLXZhbHVlZCBhdHRyaWJ1dGUgdmFs
dWUgYW5kIOKAnGlk4oCdIGlzIHRoZSBzdWItYXR0cmlidXRlLCBvciB3aGV0aGVyIHRoZSB0ZXh0
IGlzIHJlZmVycmluZyB0byB0aGUg4oCcdmFsdWXigJ0gc3ViLWF0dHJpYnV0ZSB3aG9zZSB2YWx1
ZSBpcyBhIHZhbHVlIHRoYXQgY29ycmVzcG9uZHMgdG8gYW4g4oCcaWTigJ0gYXR0cmlidXRlLg0K
DQpMaWtld2lzZSwgdGhlIGZpbmFsIHNlbnRlbmNlIGluIHRoZSBwYXJhZ3JhcGggaXMgYWxzbyBh
bWJpZ3VvdXMuDQoNClRoZSBwYXJhZ3JhcGggc2hvdWxkIGJlIGNsYXJpZmllZCBhczoNCg0KICAg
bWVtYmVycw0KDQogICAgICBBIGxpc3Qgb2YgbWVtYmVycyBvZiB0aGUgR3JvdXAuICBXaGlsZSB2
YWx1ZXMgTUFZIGJlIGFkZGVkIG9yDQoNCiAgICAgIHJlbW92ZWQsIHN1Yi1hdHRyaWJ1dGVzIG9m
IG1lbWJlcnMgYXJlICJpbW11dGFibGUiLiAgVGhlICJ2YWx1ZSINCg0KICAgICAgc3ViLWF0dHJp
YnV0ZSBjb250YWlucyB0aGUgdmFsdWUgb2YgYW4g4oCcaWTigJ0gYXR0cmlidXRlIG9mIGEgU0NJ
TSByZXNvdXJjZSBhbmQgdGhlICIkcmVmIiBzdWItYXR0cmlidXRlIGNvbnRhaW5zIHRoZSBVUkkg
b2YgYSBTQ0lNIHJlc291cmNlLCBlaXRoZXIgYSAiVXNlciIsIG9yIGEgIkdyb3VwIi4gIFRoZQ0K
DQogICAgICBpbnRlbnRpb24gb2YgdGhlICJHcm91cCIgdHlwZSBpcyB0byBhbGxvdyB0aGUgc2Vy
dmljZSBwcm92aWRlciB0bw0KDQogICAgICBzdXBwb3J0IG5lc3RlZCBncm91cHMuICBTZXJ2aWNl
IHByb3ZpZGVycyBNQVkgcmVxdWlyZSBjbGllbnRzIHRvDQoNCiAgICAgIHByb3ZpZGUgYSBub24t
ZW1wdHkgdmFsdWUgYnkgc2V0dGluZyB0aGUg4oCccmVxdWlyZWTigJ0gYXR0cmlidXRlIGNoYXJh
Y3RlcmlzdGljIG9mIGENCg0KICAgICAgc3ViLWF0dHJpYnV0ZSBvZiB0aGUgIm1lbWJlcnMiIGF0
dHJpYnV0ZSBpbiB0aGUgIkdyb3VwIiByZXNvdXJjZQ0KDQogICAgICBzY2hlbWEuDQoNClBsZWFz
ZSBsZXQgbWUga25vdyBpZiB0aGVyZSBhcmUgYW55IG9iamVjdGlvbnMgdG8gdGhpcyBjbGFyaWZp
Y2F0aW9uLg0KDQpSZWdhcmRzLA0KDQpQaGlsDQoNCkBpbmRlcGVuZGVudGlkDQp3d3cuaW5kZXBl
bmRlbnRpZC5jb208aHR0cDovL3d3dy5pbmRlcGVuZGVudGlkLmNvbT4NCnBoaWwuaHVudEBvcmFj
bGUuY29tPG1haWx0bzpwaGlsLmh1bnRAb3JhY2xlLmNvbT4NCg0K

--_000_BN1PR04MB392AF42515ACA5DF1CF9CB3E2B50BN1PR04MB392namprd_
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: base64

PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89InVy
bjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM6dz0idXJuOnNjaGVt
YXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6d29yZCIgeG1sbnM6bT0iaHR0cDovL3NjaGVtYXMubWlj
cm9zb2Z0LmNvbS9vZmZpY2UvMjAwNC8xMi9vbW1sIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
VFIvUkVDLWh0bWw0MCI+DQo8aGVhZD4NCjxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIg
Y29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ij4NCjxtZXRhIG5hbWU9IkdlbmVyYXRv
ciIgY29udGVudD0iTWljcm9zb2Z0IFdvcmQgMTQgKGZpbHRlcmVkIG1lZGl1bSkiPg0KPHN0eWxl
PjwhLS0NCi8qIEZvbnQgRGVmaW5pdGlvbnMgKi8NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6
SGVsdmV0aWNhOw0KCXBhbm9zZS0xOjIgMTEgNiA0IDIgMiAyIDIgMiA0O30NCkBmb250LWZhY2UN
Cgl7Zm9udC1mYW1pbHk6IkNhbWJyaWEgTWF0aCI7DQoJcGFub3NlLTE6MiA0IDUgMyA1IDQgNiAz
IDIgNDt9DQpAZm9udC1mYWNlDQoJe2ZvbnQtZmFtaWx5OkNhbGlicmk7DQoJcGFub3NlLTE6MiAx
NSA1IDIgMiAyIDQgMyAyIDQ7fQ0KQGZvbnQtZmFjZQ0KCXtmb250LWZhbWlseTpUYWhvbWE7DQoJ
cGFub3NlLTE6MiAxMSA2IDQgMyA1IDQgNCAyIDQ7fQ0KQGZvbnQtZmFjZQ0KCXtmb250LWZhbWls
eTpDb25zb2xhczsNCglwYW5vc2UtMToyIDExIDYgOSAyIDIgNCAzIDIgNDt9DQovKiBTdHlsZSBE
ZWZpbml0aW9ucyAqLw0KcC5Nc29Ob3JtYWwsIGxpLk1zb05vcm1hbCwgZGl2Lk1zb05vcm1hbA0K
CXttYXJnaW46MGluOw0KCW1hcmdpbi1ib3R0b206LjAwMDFwdDsNCglmb250LXNpemU6MTIuMHB0
Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBOZXcgUm9tYW4iLCJzZXJpZiI7fQ0KYTpsaW5rLCBzcGFu
Lk1zb0h5cGVybGluaw0KCXttc28tc3R5bGUtcHJpb3JpdHk6OTk7DQoJY29sb3I6Ymx1ZTsNCgl0
ZXh0LWRlY29yYXRpb246dW5kZXJsaW5lO30NCmE6dmlzaXRlZCwgc3Bhbi5Nc29IeXBlcmxpbmtG
b2xsb3dlZA0KCXttc28tc3R5bGUtcHJpb3JpdHk6OTk7DQoJY29sb3I6cHVycGxlOw0KCXRleHQt
ZGVjb3JhdGlvbjp1bmRlcmxpbmU7fQ0KcHJlDQoJe21zby1zdHlsZS1wcmlvcml0eTo5OTsNCglt
c28tc3R5bGUtbGluazoiSFRNTCBQcmVmb3JtYXR0ZWQgQ2hhciI7DQoJbWFyZ2luOjBpbjsNCglt
YXJnaW4tYm90dG9tOi4wMDAxcHQ7DQoJZm9udC1zaXplOjEwLjBwdDsNCglmb250LWZhbWlseToi
Q291cmllciBOZXciO30NCnNwYW4uSFRNTFByZWZvcm1hdHRlZENoYXINCgl7bXNvLXN0eWxlLW5h
bWU6IkhUTUwgUHJlZm9ybWF0dGVkIENoYXIiOw0KCW1zby1zdHlsZS1wcmlvcml0eTo5OTsNCglt
c28tc3R5bGUtbGluazoiSFRNTCBQcmVmb3JtYXR0ZWQiOw0KCWZvbnQtZmFtaWx5OkNvbnNvbGFz
O30NCnNwYW4uYXBwbGUtc3R5bGUtc3Bhbg0KCXttc28tc3R5bGUtbmFtZTphcHBsZS1zdHlsZS1z
cGFuO30NCnNwYW4uRW1haWxTdHlsZTIwDQoJe21zby1zdHlsZS10eXBlOnBlcnNvbmFsLXJlcGx5
Ow0KCWZvbnQtZmFtaWx5OiJDYWxpYnJpIiwic2Fucy1zZXJpZiI7DQoJY29sb3I6IzFGNDk3RDt9
DQouTXNvQ2hwRGVmYXVsdA0KCXttc28tc3R5bGUtdHlwZTpleHBvcnQtb25seTsNCglmb250LXNp
emU6MTAuMHB0O30NCkBwYWdlIFdvcmRTZWN0aW9uMQ0KCXtzaXplOjguNWluIDExLjBpbjsNCglt
YXJnaW46MS4waW4gMS4waW4gMS4waW4gMS4waW47fQ0KZGl2LldvcmRTZWN0aW9uMQ0KCXtwYWdl
OldvcmRTZWN0aW9uMTt9DQotLT48L3N0eWxlPjwhLS1baWYgZ3RlIG1zbyA5XT48eG1sPg0KPG86
c2hhcGVkZWZhdWx0cyB2OmV4dD0iZWRpdCIgc3BpZG1heD0iMTAyNiIgLz4NCjwveG1sPjwhW2Vu
ZGlmXS0tPjwhLS1baWYgZ3RlIG1zbyA5XT48eG1sPg0KPG86c2hhcGVsYXlvdXQgdjpleHQ9ImVk
aXQiPg0KPG86aWRtYXAgdjpleHQ9ImVkaXQiIGRhdGE9IjEiIC8+DQo8L286c2hhcGVsYXlvdXQ+
PC94bWw+PCFbZW5kaWZdLS0+DQo8L2hlYWQ+DQo8Ym9keSBsYW5nPSJFTi1VUyIgbGluaz0iYmx1
ZSIgdmxpbms9InB1cnBsZSI+DQo8ZGl2IGNsYXNzPSJXb3JkU2VjdGlvbjEiPg0KPHAgY2xhc3M9
Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMS4wcHQ7Zm9udC1mYW1pbHk6JnF1
b3Q7Q2FsaWJyaSZxdW90OywmcXVvdDtzYW5zLXNlcmlmJnF1b3Q7O2NvbG9yOiMxRjQ5N0QiPlNv
dW5kcyBnb29kIHRvIG1lLjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTEuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0NhbGli
cmkmcXVvdDssJnF1b3Q7c2Fucy1zZXJpZiZxdW90Oztjb2xvcjojMUY0OTdEIj48bzpwPiZuYnNw
OzwvbzpwPjwvc3Bhbj48L3A+DQo8ZGl2Pg0KPGRpdiBzdHlsZT0iYm9yZGVyOm5vbmU7Ym9yZGVy
LXRvcDpzb2xpZCAjQjVDNERGIDEuMHB0O3BhZGRpbmc6My4wcHQgMGluIDBpbiAwaW4iPg0KPHAg
Y2xhc3M9Ik1zb05vcm1hbCI+PGI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZToxMC4wcHQ7Zm9udC1m
YW1pbHk6JnF1b3Q7VGFob21hJnF1b3Q7LCZxdW90O3NhbnMtc2VyaWYmcXVvdDsiPkZyb206PC9z
cGFuPjwvYj48c3BhbiBzdHlsZT0iZm9udC1zaXplOjEwLjBwdDtmb250LWZhbWlseTomcXVvdDtU
YWhvbWEmcXVvdDssJnF1b3Q7c2Fucy1zZXJpZiZxdW90OyI+IHNjaW0gW21haWx0bzpzY2ltLWJv
dW5jZXNAaWV0Zi5vcmddDQo8Yj5PbiBCZWhhbGYgT2YgPC9iPlBoaWwgSHVudDxicj4NCjxiPlNl
bnQ6PC9iPiBUdWVzZGF5LCBKdW5lIDAyLCAyMDE1IDEwOjEzIEFNPGJyPg0KPGI+VG86PC9iPiBT
Q0lNIFdHPGJyPg0KPGI+U3ViamVjdDo8L2I+IFtzY2ltXSBDbGFyaWZpY2F0aW9uIGluIHRoZSBk
ZWZpbml0aW9uIG9mIGdyb3VwICZxdW90O21lbWJlcnMmcXVvdDsgYXR0cmlidXRlIGluIENvcmUt
U2NoZW1hPG86cD48L286cD48L3NwYW4+PC9wPg0KPC9kaXY+DQo8L2Rpdj4NCjxwIGNsYXNzPSJN
c29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+SSB3
YW50ZWQgdG8gbGV0IHBlb3BsZSBrbm93IGFib3V0IHdoYXQgYXBwZWFycyB0byBiZSBzb21lIGFt
YmlndW91cyB0ZXh0IGluIHRoZSBkZWZpbml0aW9uIG9mIHRoZSDigJxtZW1iZXJz4oCdIGF0dHJp
YnV0ZSBvZiB0aGUg4oCcZ3JvdXDigJ0gcmVzb3VyY2UgdHlwZSBvbiBwYWdlIDI0LjxvOnA+PC9v
OnA+PC9wPg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9w
Pg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+Q3VycmVudCBkcmFmdCB0ZXh0
OjxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNw
YW4gc3R5bGU9ImZvbnQtc2l6ZToxMC4wcHQiPiZuYnNwOyAmbmJzcDttZW1iZXJzPC9zcGFuPjxv
OnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHByZSBzdHlsZT0icGFnZS1icmVhay1iZWZv
cmU6YWx3YXlzIj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgQSBsaXN0IG9mIG1lbWJl
cnMgb2YgdGhlIEdyb3VwLiZuYnNwOyBXaGlsZSB2YWx1ZXMgTUFZIGJlIGFkZGVkIG9yPG86cD48
L286cD48L3ByZT4NCjxwcmUgc3R5bGU9InBhZ2UtYnJlYWstYmVmb3JlOmFsd2F5cyI+Jm5ic3A7
Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IHJlbW92ZWQsIHN1Yi1hdHRyaWJ1dGVzIG9mIG1lbWJl
cnMgYXJlICZxdW90O2ltbXV0YWJsZSZxdW90Oy4mbmJzcDsgPGI+VGhlICZxdW90O3ZhbHVlJnF1
b3Q7PG86cD48L286cD48L2I+PC9wcmU+DQo8cHJlIHN0eWxlPSJwYWdlLWJyZWFrLWJlZm9yZTph
bHdheXMiPjxiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBzdWItYXR0cmlidXRlIG11
c3QgYmUgdGhlICZxdW90O2lkJnF1b3Q7IGFuZCB0aGUgJnF1b3Q7JHJlZiZxdW90OyBzdWItYXR0
cmlidXRlIG11c3Q8bzpwPjwvbzpwPjwvYj48L3ByZT4NCjxwcmUgc3R5bGU9InBhZ2UtYnJlYWst
YmVmb3JlOmFsd2F5cyI+PGI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IGJlIHRoZSBV
Ukkgb2YgYSBTQ0lNIHJlc291cmNlLCBlaXRoZXIgYSAmcXVvdDtVc2VyJnF1b3Q7LCBvciBhICZx
dW90O0dyb3VwJnF1b3Q7LjwvYj4mbmJzcDsgVGhlPG86cD48L286cD48L3ByZT4NCjxwcmUgc3R5
bGU9InBhZ2UtYnJlYWstYmVmb3JlOmFsd2F5cyI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i
c3A7IGludGVudGlvbiBvZiB0aGUgJnF1b3Q7R3JvdXAmcXVvdDsgdHlwZSBpcyB0byBhbGxvdyB0
aGUgc2VydmljZSBwcm92aWRlciB0bzxvOnA+PC9vOnA+PC9wcmU+DQo8cHJlIHN0eWxlPSJwYWdl
LWJyZWFrLWJlZm9yZTphbHdheXMiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBzdXBw
b3J0IG5lc3RlZCBncm91cHMuJm5ic3A7IFNlcnZpY2UgcHJvdmlkZXJzIE1BWSByZXF1aXJlIGNs
aWVudHM8Yj4gdG88bzpwPjwvbzpwPjwvYj48L3ByZT4NCjxwcmUgc3R5bGU9InBhZ2UtYnJlYWst
YmVmb3JlOmFsd2F5cyI+PGI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IHByb3ZpZGUg
YSBub24tZW1wdHkgbWVtYmVycyB2YWx1ZSBiYXNlZCBvbiB0aGUgJnF1b3Q7cmVxdWlyZWQmcXVv
dDsgc3ViPG86cD48L286cD48L2I+PC9wcmU+DQo8cHJlIHN0eWxlPSJwYWdlLWJyZWFrLWJlZm9y
ZTphbHdheXMiPjxiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBhdHRyaWJ1dGUgb2Yg
dGhlICZxdW90O21lbWJlcnMmcXVvdDs8L2I+IGF0dHJpYnV0ZSBpbiB0aGUgJnF1b3Q7R3JvdXAm
cXVvdDsgcmVzb3VyY2U8bzpwPjwvbzpwPjwvcHJlPg0KPHByZSBzdHlsZT0icGFnZS1icmVhay1i
ZWZvcmU6YWx3YXlzIj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgJm5ic3A7c2NoZW1hLjxvOnA+
PC9vOnA+PC9wcmU+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48bzpwPiZu
YnNwOzwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPlRoZSBo
aWdobGlnaHRlZCBzZW50ZW5jZSBiZWdpbm5pbmcg4oCcVGhlIOKAnHZhbHVl4oCdIHN1Yi1hdHRy
aWJ1dGXigJ0gaXMgY29uZnVzaW5nIGFzIGl0IGlzIG5vdCBjbGVhciB3aGV0aGVyIHZhbHVlIHJl
ZmVycyB0byBhIG11bHRpLXZhbHVlZCBhdHRyaWJ1dGUgdmFsdWUgYW5kIOKAnGlk4oCdIGlzIHRo
ZSBzdWItYXR0cmlidXRlLCBvciB3aGV0aGVyIHRoZSB0ZXh0IGlzIHJlZmVycmluZyB0byB0aGUg
4oCcdmFsdWXigJ0gc3ViLWF0dHJpYnV0ZQ0KIHdob3NlIHZhbHVlIGlzIGEgdmFsdWUgdGhhdCBj
b3JyZXNwb25kcyB0byBhbiDigJxpZOKAnSBhdHRyaWJ1dGUuPG86cD48L286cD48L3A+DQo8L2Rp
dj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48bzpwPiZuYnNwOzwvbzpwPjwvcD4NCjwv
ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPkxpa2V3aXNlLCB0aGUgZmluYWwgc2Vu
dGVuY2UgaW4gdGhlIHBhcmFncmFwaCBpcyBhbHNvIGFtYmlndW91cy48bzpwPjwvbzpwPjwvcD4N
CjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9w
Pg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+VGhlIHBhcmFncmFwaCBzaG91
bGQgYmUgY2xhcmlmaWVkIGFzOjxvOnA+PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPGRpdj4N
CjxkaXY+DQo8cHJlIHN0eWxlPSJwYWdlLWJyZWFrLWJlZm9yZTphbHdheXMiPiZuYnNwOyZuYnNw
OyBtZW1iZXJzPG86cD48L286cD48L3ByZT4NCjxwcmUgc3R5bGU9InBhZ2UtYnJlYWstYmVmb3Jl
OmFsd2F5cyI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IEEgbGlzdCBvZiBtZW1iZXJz
IG9mIHRoZSBHcm91cC4mbmJzcDsgV2hpbGUgdmFsdWVzIE1BWSBiZSBhZGRlZCBvcjxvOnA+PC9v
OnA+PC9wcmU+DQo8cHJlIHN0eWxlPSJwYWdlLWJyZWFrLWJlZm9yZTphbHdheXMiPiZuYnNwOyZu
YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyByZW1vdmVkLCBzdWItYXR0cmlidXRlcyBvZiBtZW1iZXJz
IGFyZSAmcXVvdDtpbW11dGFibGUmcXVvdDsuJm5ic3A7IDxiPlRoZSAmcXVvdDt2YWx1ZSZxdW90
OzxvOnA+PC9vOnA+PC9iPjwvcHJlPg0KPHByZSBzdHlsZT0icGFnZS1icmVhay1iZWZvcmU6YWx3
YXlzIj48Yj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgc3ViLWF0dHJpYnV0ZSBjb250
YWlucyB0aGUgdmFsdWUgb2YgYW4g4oCcaWTigJ0gYXR0cmlidXRlIG9mIGEgU0NJTSByZXNvdXJj
ZSBhbmQgdGhlICZxdW90OyRyZWYmcXVvdDsgc3ViLWF0dHJpYnV0ZSBjb250YWlucyB0aGUgVVJJ
IG9mIGEgU0NJTSByZXNvdXJjZSwgZWl0aGVyIGEgJnF1b3Q7VXNlciZxdW90Oywgb3IgYSAmcXVv
dDtHcm91cCZxdW90Oy48L2I+Jm5ic3A7IFRoZTxvOnA+PC9vOnA+PC9wcmU+DQo8cHJlIHN0eWxl
PSJwYWdlLWJyZWFrLWJlZm9yZTphbHdheXMiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw
OyBpbnRlbnRpb24gb2YgdGhlICZxdW90O0dyb3VwJnF1b3Q7IHR5cGUgaXMgdG8gYWxsb3cgdGhl
IHNlcnZpY2UgcHJvdmlkZXIgdG88bzpwPjwvbzpwPjwvcHJlPg0KPHByZSBzdHlsZT0icGFnZS1i
cmVhay1iZWZvcmU6YWx3YXlzIj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgc3VwcG9y
dCBuZXN0ZWQgZ3JvdXBzLiZuYnNwOyA8Yj5TZXJ2aWNlIHByb3ZpZGVycyBNQVkgcmVxdWlyZSBj
bGllbnRzIHRvPG86cD48L286cD48L2I+PC9wcmU+DQo8cHJlIHN0eWxlPSJwYWdlLWJyZWFrLWJl
Zm9yZTphbHdheXMiPjxiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBwcm92aWRlIGEg
bm9uLWVtcHR5IHZhbHVlIGJ5IHNldHRpbmcgdGhlIOKAnHJlcXVpcmVk4oCdIGF0dHJpYnV0ZSBj
aGFyYWN0ZXJpc3RpYyBvZiBhJm5ic3A7PC9iPjxvOnA+PC9vOnA+PC9wcmU+DQo8cHJlIHN0eWxl
PSJwYWdlLWJyZWFrLWJlZm9yZTphbHdheXMiPjxiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
YnNwOyBzdWItYXR0cmlidXRlIG9mIHRoZSAmcXVvdDttZW1iZXJzJnF1b3Q7IGF0dHJpYnV0ZSBp
biB0aGUgJnF1b3Q7R3JvdXAmcXVvdDsgcmVzb3VyY2U8bzpwPjwvbzpwPjwvYj48L3ByZT4NCjxw
cmUgc3R5bGU9InBhZ2UtYnJlYWstYmVmb3JlOmFsd2F5cyI+PGI+Jm5ic3A7Jm5ic3A7Jm5ic3A7
Jm5ic3A7Jm5ic3A7IHNjaGVtYS48bzpwPjwvbzpwPjwvYj48L3ByZT4NCjwvZGl2Pg0KPC9kaXY+
DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PG86cD4mbmJzcDs8L286cD48L3A+DQo8L2Rp
dj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj5QbGVhc2UgbGV0IG1lIGtub3cgaWYgdGhl
cmUgYXJlIGFueSBvYmplY3Rpb25zIHRvIHRoaXMgY2xhcmlmaWNhdGlvbi48bzpwPjwvbzpwPjwv
cD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+
PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+UmVnYXJkcyw8bzpwPjwv
bzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7
PC9vOnA+PC9wPg0KPC9kaXY+DQo8ZGl2Pg0KPGRpdj4NCjxkaXY+DQo8ZGl2Pg0KPGRpdj4NCjxk
aXY+DQo8ZGl2Pg0KPGRpdj4NCjxkaXY+DQo8ZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3Jt
YWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7SGVsdmV0
aWNhJnF1b3Q7LCZxdW90O3NhbnMtc2VyaWYmcXVvdDs7Y29sb3I6YmxhY2siPlBoaWw8bzpwPjwv
bzpwPjwvc3Bhbj48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3Bh
biBzdHlsZT0iZm9udC1zaXplOjkuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0hlbHZldGljYSZxdW90
OywmcXVvdDtzYW5zLXNlcmlmJnF1b3Q7O2NvbG9yOmJsYWNrIj48bzpwPiZuYnNwOzwvbzpwPjwv
c3Bhbj48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHls
ZT0iZm9udC1zaXplOjkuMHB0O2ZvbnQtZmFtaWx5OiZxdW90O0hlbHZldGljYSZxdW90OywmcXVv
dDtzYW5zLXNlcmlmJnF1b3Q7O2NvbG9yOmJsYWNrIj5AaW5kZXBlbmRlbnRpZDxvOnA+PC9vOnA+
PC9zcGFuPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0
eWxlPSJmb250LXNpemU6OS4wcHQ7Zm9udC1mYW1pbHk6JnF1b3Q7SGVsdmV0aWNhJnF1b3Q7LCZx
dW90O3NhbnMtc2VyaWYmcXVvdDs7Y29sb3I6YmxhY2siPjxhIGhyZWY9Imh0dHA6Ly93d3cuaW5k
ZXBlbmRlbnRpZC5jb20iPnd3dy5pbmRlcGVuZGVudGlkLmNvbTwvYT48bzpwPjwvbzpwPjwvc3Bh
bj48L3A+DQo8L2Rpdj4NCjwvZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9
ImZvbnQtZmFtaWx5OiZxdW90O0hlbHZldGljYSZxdW90OywmcXVvdDtzYW5zLXNlcmlmJnF1b3Q7
O2NvbG9yOmJsYWNrIj48YSBocmVmPSJtYWlsdG86cGhpbC5odW50QG9yYWNsZS5jb20iPnBoaWwu
aHVudEBvcmFjbGUuY29tPC9hPjxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjwvZGl2Pg0KPC9kaXY+
DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4N
CjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxvOnA+Jm5ic3A7PC9vOnA+PC9wPg0KPC9kaXY+DQo8L2Rp
dj4NCjwvYm9keT4NCjwvaHRtbD4NCg==

--_000_BN1PR04MB392AF42515ACA5DF1CF9CB3E2B50BN1PR04MB392namprd_--


From nobody Mon Jun  8 08:49:47 2015
Return-Path: <phil.hunt@oracle.com>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C74C11A9152 for <scim@ietfa.amsl.com>; Mon,  8 Jun 2015 08:49:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.808
X-Spam-Level: 
X-Spam-Status: No, score=-2.808 tagged_above=-999 required=5 tests=[AC_DIV_BONANZA=0.001, BAYES_05=-0.5, HTML_MESSAGE=0.001, MIME_QP_LONG_LINE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 dBx58ppiZ352 for <scim@ietfa.amsl.com>; Mon,  8 Jun 2015 08:49:40 -0700 (PDT)
Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) (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 92A7C1A90E0 for <scim@ietf.org>; Mon,  8 Jun 2015 08:49:36 -0700 (PDT)
Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t58FnZXh027721 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 8 Jun 2015 15:49:35 GMT
Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t58FnWRE007549 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 8 Jun 2015 15:49:32 GMT
Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t58FnWrK008090; Mon, 8 Jun 2015 15:49:32 GMT
Received: from [192.168.1.27] (/174.7.250.104) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 08 Jun 2015 08:49:31 -0700
Content-Type: multipart/alternative; boundary=Apple-Mail-DA78D96A-B18F-43B8-ABFC-8205E194D47C
Mime-Version: 1.0 (1.0)
From: Phil Hunt <phil.hunt@oracle.com>
X-Mailer: iPhone Mail (12F70)
In-Reply-To: <BN1PR04MB392AF42515ACA5DF1CF9CB3E2B50@BN1PR04MB392.namprd04.prod.outlook.com>
Date: Mon, 8 Jun 2015 08:49:30 -0700
Content-Transfer-Encoding: 7bit
Message-Id: <7319FA1B-7027-4F5E-93D0-9028A628A14C@oracle.com>
References: <DF81F196-532E-4466-8090-727EAA5DC5F0@oracle.com> <BN1PR04MB392AF42515ACA5DF1CF9CB3E2B50@BN1PR04MB392.namprd04.prod.outlook.com>
To: Kelly Grizzle <kelly.grizzle@sailpoint.com>
X-Source-IP: aserv0022.oracle.com [141.146.126.234]
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/iRD0dEedqpuajJT1LQQlejhx230>
Cc: SCIM WG <scim@ietf.org>, Leif Johansson <leifj@mnt.se>
Subject: Re: [scim] Clarification in the definition of group "members" attribute in Core-Schema
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Jun 2015 15:49:46 -0000

--Apple-Mail-DA78D96A-B18F-43B8-ABFC-8205E194D47C
Content-Type: text/plain;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

Having heard no objections, I will post the clarification today.=20

Phil

> On Jun 2, 2015, at 14:36, Kelly Grizzle <kelly.grizzle@sailpoint.com> wrot=
e:
>=20
> Sounds good to me.
> =20
> From: scim [mailto:scim-bounces@ietf.org] On Behalf Of Phil Hunt
> Sent: Tuesday, June 02, 2015 10:13 AM
> To: SCIM WG
> Subject: [scim] Clarification in the definition of group "members" attribu=
te in Core-Schema
> =20
> I wanted to let people know about what appears to be some ambiguous text i=
n the definition of the =E2=80=9Cmembers=E2=80=9D attribute of the =E2=80=9C=
group=E2=80=9D resource type on page 24.
> =20
> Current draft text:
>    members
>       A list of members of the Group.  While values MAY be added or
>       removed, sub-attributes of members are "immutable".  The "value"
>       sub-attribute must be the "id" and the "$ref" sub-attribute must
>       be the URI of a SCIM resource, either a "User", or a "Group".  The
>       intention of the "Group" type is to allow the service provider to
>       support nested groups.  Service providers MAY require clients to
>       provide a non-empty members value based on the "required" sub
>       attribute of the "members" attribute in the "Group" resource
>       schema.
> =20
> The highlighted sentence beginning =E2=80=9CThe =E2=80=9Cvalue=E2=80=9D su=
b-attribute=E2=80=9D is confusing as it is not clear whether value refers to=
 a multi-valued attribute value and =E2=80=9Cid=E2=80=9D is the sub-attribut=
e, or whether the text is referring to the =E2=80=9Cvalue=E2=80=9D sub-attri=
bute whose value is a value that corresponds to an =E2=80=9Cid=E2=80=9D attr=
ibute.
> =20
> Likewise, the final sentence in the paragraph is also ambiguous.
> =20
> The paragraph should be clarified as:
>    members
>       A list of members of the Group.  While values MAY be added or
>       removed, sub-attributes of members are "immutable".  The "value"
>       sub-attribute contains the value of an =E2=80=9Cid=E2=80=9D attribut=
e of a SCIM resource and the "$ref" sub-attribute contains the URI of a SCIM=
 resource, either a "User", or a "Group".  The
>       intention of the "Group" type is to allow the service provider to
>       support nested groups.  Service providers MAY require clients to
>       provide a non-empty value by setting the =E2=80=9Crequired=E2=80=9D a=
ttribute characteristic of a=20
>       sub-attribute of the "members" attribute in the "Group" resource
>       schema.
> =20
> Please let me know if there are any objections to this clarification.
> =20
> Regards,
> =20
> Phil
> =20
> @independentid
> www.independentid.com
> phil.hunt@oracle.com
> =20
> _______________________________________________
> scim mailing list
> scim@ietf.org
> https://www.ietf.org/mailman/listinfo/scim

--Apple-Mail-DA78D96A-B18F-43B8-ABFC-8205E194D47C
Content-Type: text/html;
	charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><head><meta http-equiv=3D"content-type" content=3D"text/html; charset=3D=
utf-8"></head><body dir=3D"auto"><div>Having heard no objections, I will pos=
t the clarification today.&nbsp;<br><br>Phil</div><div><br>On Jun 2, 2015, a=
t 14:36, Kelly Grizzle &lt;<a href=3D"mailto:kelly.grizzle@sailpoint.com">ke=
lly.grizzle@sailpoint.com</a>&gt; wrote:<br><br></div><blockquote type=3D"ci=
te"><div>

<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8">
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:Helvetica;
	panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
pre
	{mso-style-priority:99;
	mso-style-link:"HTML Preformatted Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
span.HTMLPreformattedChar
	{mso-style-name:"HTML Preformatted Char";
	mso-style-priority:99;
	mso-style-link:"HTML Preformatted";
	font-family:Consolas;}
span.apple-style-span
	{mso-style-name:apple-style-span;}
span.EmailStyle20
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->


<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Cal=
ibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Sounds good to me.<o:p></o:=
p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Cal=
ibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p=
>
<div>
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0=
in 0in">
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:&quot;=
Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style=3D"font-siz=
e:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> scim [<a hr=
ef=3D"mailto:scim-bounces@ietf.org">mailto:scim-bounces@ietf.org</a>]
<b>On Behalf Of </b>Phil Hunt<br>
<b>Sent:</b> Tuesday, June 02, 2015 10:13 AM<br>
<b>To:</b> SCIM WG<br>
<b>Subject:</b> [scim] Clarification in the definition of group "members" at=
tribute in Core-Schema<o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">I wanted to let people know about what appears to be s=
ome ambiguous text in the definition of the =E2=80=9Cmembers=E2=80=9D attrib=
ute of the =E2=80=9Cgroup=E2=80=9D resource type on page 24.<o:p></o:p></p>
<div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class=3D"MsoNormal">Current draft text:<o:p></o:p></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt">&nbsp; &nbsp;members=
</span><o:p></o:p></p>
</div>
<div>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A lis=
t of members of the Group.&nbsp; While values MAY be added or<o:p></o:p></pr=
e>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remov=
ed, sub-attributes of members are "immutable".&nbsp; <b>The "value"<o:p></o:=
p></b></pre>
<pre style=3D"page-break-before:always"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; su=
b-attribute must be the "id" and the "$ref" sub-attribute must<o:p></o:p></b=
></pre>
<pre style=3D"page-break-before:always"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; be=
 the URI of a SCIM resource, either a "User", or a "Group".</b>&nbsp; The<o:=
p></o:p></pre>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inten=
tion of the "Group" type is to allow the service provider to<o:p></o:p></pre=
>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; suppo=
rt nested groups.&nbsp; Service providers MAY require clients<b> to<o:p></o:=
p></b></pre>
<pre style=3D"page-break-before:always"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pr=
ovide a non-empty members value based on the "required" sub<o:p></o:p></b></=
pre>
<pre style=3D"page-break-before:always"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at=
tribute of the "members"</b> attribute in the "Group" resource<o:p></o:p></p=
re>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;schem=
a.<o:p></o:p></pre>
</div>
<div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class=3D"MsoNormal">The highlighted sentence beginning =E2=80=9CThe =E2=80=
=9Cvalue=E2=80=9D sub-attribute=E2=80=9D is confusing as it is not clear whe=
ther value refers to a multi-valued attribute value and =E2=80=9Cid=E2=80=9D=
 is the sub-attribute, or whether the text is referring to the =E2=80=9Cvalu=
e=E2=80=9D sub-attribute
 whose value is a value that corresponds to an =E2=80=9Cid=E2=80=9D attribut=
e.<o:p></o:p></p>
</div>
<div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class=3D"MsoNormal">Likewise, the final sentence in the paragraph is also=
 ambiguous.<o:p></o:p></p>
</div>
<div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class=3D"MsoNormal">The paragraph should be clarified as:<o:p></o:p></p>
</div>
<div>
<div>
<div>
<pre style=3D"page-break-before:always">&nbsp;&nbsp; members<o:p></o:p></pre=
>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A lis=
t of members of the Group.&nbsp; While values MAY be added or<o:p></o:p></pr=
e>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remov=
ed, sub-attributes of members are "immutable".&nbsp; <b>The "value"<o:p></o:=
p></b></pre>
<pre style=3D"page-break-before:always"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; su=
b-attribute contains the value of an =E2=80=9Cid=E2=80=9D attribute of a SCI=
M resource and the "$ref" sub-attribute contains the URI of a SCIM resource,=
 either a "User", or a "Group".</b>&nbsp; The<o:p></o:p></pre>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inten=
tion of the "Group" type is to allow the service provider to<o:p></o:p></pre=
>
<pre style=3D"page-break-before:always">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; suppo=
rt nested groups.&nbsp; <b>Service providers MAY require clients to<o:p></o:=
p></b></pre>
<pre style=3D"page-break-before:always"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pr=
ovide a non-empty value by setting the =E2=80=9Crequired=E2=80=9D attribute c=
haracteristic of a&nbsp;</b><o:p></o:p></pre>
<pre style=3D"page-break-before:always"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; su=
b-attribute of the "members" attribute in the "Group" resource<o:p></o:p></b=
></pre>
<pre style=3D"page-break-before:always"><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sc=
hema.<o:p></o:p></b></pre>
</div>
</div>
<div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class=3D"MsoNormal">Please let me know if there are any objections to thi=
s clarification.<o:p></o:p></p>
</div>
<div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class=3D"MsoNormal">Regards,<o:p></o:p></p>
</div>
<div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;Helv=
etica&quot;,&quot;sans-serif&quot;;color:black">Phil<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;Helv=
etica&quot;,&quot;sans-serif&quot;;color:black"><o:p>&nbsp;</o:p></span></p>=

</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;Helv=
etica&quot;,&quot;sans-serif&quot;;color:black">@independentid<o:p></o:p></s=
pan></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:&quot;Helv=
etica&quot;,&quot;sans-serif&quot;;color:black"><a href=3D"http://www.indepe=
ndentid.com">www.independentid.com</a><o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Helvetica&quot;,&quo=
t;sans-serif&quot;;color:black"><a href=3D"mailto:phil.hunt@oracle.com">phil=
.hunt@oracle.com</a><o:p></o:p></span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>


</div></blockquote><blockquote type=3D"cite"><div><span>____________________=
___________________________</span><br><span>scim mailing list</span><br><spa=
n><a href=3D"mailto:scim@ietf.org">scim@ietf.org</a></span><br><span><a href=
=3D"https://www.ietf.org/mailman/listinfo/scim">https://www.ietf.org/mailman=
/listinfo/scim</a></span><br></div></blockquote></body></html>=

--Apple-Mail-DA78D96A-B18F-43B8-ABFC-8205E194D47C--


From nobody Mon Jun  8 11:58:34 2015
Return-Path: <internet-drafts@ietf.org>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3458E1B31CC; Mon,  8 Jun 2015 11:58:33 -0700 (PDT)
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] 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 lHJTsqA1br6d; Mon,  8 Jun 2015 11:58:32 -0700 (PDT)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id F391C1B317C; Mon,  8 Jun 2015 11:58:31 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: internet-drafts@ietf.org
To: <i-d-announce@ietf.org>
X-Test-IDTracker: no
X-IETF-IDTracker: 6.0.3.p2
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20150608185831.17934.4592.idtracker@ietfa.amsl.com>
Date: Mon, 08 Jun 2015 11:58:31 -0700
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/Fyia5UuSoFUhwi1TysWXM8xKiSg>
Cc: scim@ietf.org
Subject: [scim] I-D Action: draft-ietf-scim-core-schema-22.txt
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Jun 2015 18:58:33 -0000

A New Internet-Draft is available from the on-line Internet-Drafts directories.
 This draft is a work item of the System for Cross-domain Identity Management Working Group of the IETF.

        Title           : System for Cross-Domain Identity Management: Core Schema
        Authors         : Phil Hunt
                          Kelly Grizzle
                          Erik Wahlstroem
                          Chuck Mortimore
	Filename        : draft-ietf-scim-core-schema-22.txt
	Pages           : 94
	Date            : 2015-06-08

Abstract:
   The System for Cross-Domain Identity Management (SCIM) specifications
   are designed to make identity management in cloud based applications
   and services easier.  The specification suite builds upon experience
   with existing schemas and deployments, placing specific emphasis on
   simplicity of development and integration, while applying existing
   authentication, authorization, and privacy models.  Its intent is to
   reduce the cost and complexity of user management operations by
   providing a common user schema and extension model, as well as
   binding documents to provide patterns for exchanging this schema
   using HTTP protocol.

   This document provides a platform neutral schema and extension model
   for representing users and groups and other resource types in JSON
   format.  This schema is intended for exchange and use with cloud
   service providers.


The IETF datatracker status page for this draft is:
https://datatracker.ietf.org/doc/draft-ietf-scim-core-schema/

There's also a htmlized version available at:
https://tools.ietf.org/html/draft-ietf-scim-core-schema-22

A diff from the previous version is available at:
https://www.ietf.org/rfcdiff?url2=draft-ietf-scim-core-schema-22


Please note that it may take a couple of minutes from the time of submission
until the htmlized version and diff are available at tools.ietf.org.

Internet-Drafts are also available by anonymous FTP at:
ftp://ftp.ietf.org/internet-drafts/


From nobody Mon Jun  8 12:02:53 2015
Return-Path: <phil.hunt@oracle.com>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4EF641B31C7 for <scim@ietfa.amsl.com>; Mon,  8 Jun 2015 12:02:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.211
X-Spam-Level: 
X-Spam-Status: No, score=-4.211 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 w-HU5CtXZRjq for <scim@ietfa.amsl.com>; Mon,  8 Jun 2015 12:02:50 -0700 (PDT)
Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) (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 B41A81B31C1 for <scim@ietf.org>; Mon,  8 Jun 2015 12:02:50 -0700 (PDT)
Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t58J2iAk029232 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 8 Jun 2015 19:02:44 GMT
Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t58J2hMv001516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 8 Jun 2015 19:02:43 GMT
Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t58J2hv3021628; Mon, 8 Jun 2015 19:02:43 GMT
Received: from [192.168.1.200] (/174.7.250.104) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 08 Jun 2015 12:02:43 -0700
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
From: Phil Hunt <phil.hunt@oracle.com>
In-Reply-To: <20150608185831.17934.4592.idtracker@ietfa.amsl.com>
Date: Mon, 8 Jun 2015 12:02:41 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <56E9C74C-39C7-4773-A6AC-97B37D853179@oracle.com>
References: <20150608185831.17934.4592.idtracker@ietfa.amsl.com>
To: SCIM WG <scim@ietf.org>
X-Mailer: Apple Mail (2.2098)
X-Source-IP: userv0021.oracle.com [156.151.31.71]
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/7c-E2FCCfwBu0l5RAJFh8wONf9I>
Cc: Leif Johansson <leifj@mnt.se>, Barry Leiba <barryleiba@computer.org>
Subject: Re: [scim] I-D Action: draft-ietf-scim-core-schema-22.txt
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 08 Jun 2015 19:02:52 -0000

FYI, this was a slight clarification to the Group members attribute. The =
original definition was causing some developers to assume the sub =
attribute was =E2=80=9Cid=E2=80=9D and not =E2=80=9Cvalue=E2=80=9D as =
per the multi-value attribute definition.  This was discussed here:
https://www.ietf.org/mail-archive/web/scim/current/msg02460.html

Phil

@independentid
www.independentid.com
phil.hunt@oracle.com

> On Jun 8, 2015, at 11:58 AM, internet-drafts@ietf.org wrote:
>=20
>=20
> A New Internet-Draft is available from the on-line Internet-Drafts =
directories.
> This draft is a work item of the System for Cross-domain Identity =
Management Working Group of the IETF.
>=20
>        Title           : System for Cross-Domain Identity Management: =
Core Schema
>        Authors         : Phil Hunt
>                          Kelly Grizzle
>                          Erik Wahlstroem
>                          Chuck Mortimore
> 	Filename        : draft-ietf-scim-core-schema-22.txt
> 	Pages           : 94
> 	Date            : 2015-06-08
>=20
> Abstract:
>   The System for Cross-Domain Identity Management (SCIM) =
specifications
>   are designed to make identity management in cloud based applications
>   and services easier.  The specification suite builds upon experience
>   with existing schemas and deployments, placing specific emphasis on
>   simplicity of development and integration, while applying existing
>   authentication, authorization, and privacy models.  Its intent is to
>   reduce the cost and complexity of user management operations by
>   providing a common user schema and extension model, as well as
>   binding documents to provide patterns for exchanging this schema
>   using HTTP protocol.
>=20
>   This document provides a platform neutral schema and extension model
>   for representing users and groups and other resource types in JSON
>   format.  This schema is intended for exchange and use with cloud
>   service providers.
>=20
>=20
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-ietf-scim-core-schema/
>=20
> There's also a htmlized version available at:
> https://tools.ietf.org/html/draft-ietf-scim-core-schema-22
>=20
> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=3Ddraft-ietf-scim-core-schema-22
>=20
>=20
> Please note that it may take a couple of minutes from the time of =
submission
> until the htmlized version and diff are available at tools.ietf.org.
>=20
> Internet-Drafts are also available by anonymous FTP at:
> ftp://ftp.ietf.org/internet-drafts/
>=20
> _______________________________________________
> scim mailing list
> scim@ietf.org
> https://www.ietf.org/mailman/listinfo/scim


From nobody Wed Jun 10 06:58:12 2015
Return-Path: <iesg-secretary@ietf.org>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 93D6A1B2A65; Wed, 10 Jun 2015 06:58:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level: 
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, USER_IN_WHITELIST=-100] 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 G2tj-NNnWCSm; Wed, 10 Jun 2015 06:58:07 -0700 (PDT)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 622141B2A66; Wed, 10 Jun 2015 06:58:04 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: "IETF-Announce" <ietf-announce@ietf.org>
X-Test-IDTracker: no
X-IETF-IDTracker: 6.0.3.p2
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20150610135804.18095.10076.idtracker@ietfa.amsl.com>
Date: Wed, 10 Jun 2015 06:58:04 -0700
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/3vxlEa9_m5Kx5e7rJYs5DeucI2I>
Cc: scim mailing list <scim@ietf.org>, scim chair <scim-chairs@tools.ietf.org>, RFC Editor <rfc-editor@rfc-editor.org>
Subject: [scim] Protocol Action: 'System for Cross-Domain Identity Management: Protocol' to Proposed Standard (draft-ietf-scim-api-19.txt)
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Jun 2015 13:58:08 -0000

The IESG has approved the following document:
- 'System for Cross-Domain Identity Management: Protocol'
  (draft-ietf-scim-api-19.txt) as Proposed Standard

This document is the product of the System for Cross-domain Identity
Management Working Group.

The IESG contact persons are Ben Campbell, Barry Leiba and Alissa Cooper.

A URL of this Internet Draft is:
https://datatracker.ietf.org/doc/draft-ietf-scim-api/




Technical Summary

Two documents together (draft-ietf-scim-api and draft-ietf-core-schema) are the core documents of the
SCIM protocol - a simple API for "CRUD" operations on (mainly) user and group objects associated with
Internet services (aka cloud services). The schema document defines the object model for the core
resources as well as extension mechanisms for adding new resource types and extending core resources. 

Review and Consensus

The documents have been extensively reviewed and are being implemented by multiple parties. The
set of active contributors is mostly made up of vendors and is relatively small.  Most of the work has
been done via interim conference calls, which has also made the group quite active and productive.

The current documents represent "version 2.0" of an existing standard that was developed by an 
informal collaboration. Version 2.0 represents a significant number of changes but there are already
(partial) implementations that has informed the WG. It is the opinion of the shepherd that the WG
has reached broad consensus on the specification and several vendors are getting to a point where they
could demonstrate interoperability between multiple independent implementations. At this point, the
documents should be published as Proposed Standard, with possible revision to account for issues
discovered during continued deployment and interoperability-testing.

Personnel
Document shepherd: Leif Johansson
Responsible AD: Barry Leiba


From nobody Wed Jun 10 06:59:20 2015
Return-Path: <iesg-secretary@ietf.org>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5A0F31B2A72; Wed, 10 Jun 2015 06:59:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level: 
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, USER_IN_WHITELIST=-100] 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 kNw--oQ545on; Wed, 10 Jun 2015 06:59:14 -0700 (PDT)
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 9EEF01B2A77; Wed, 10 Jun 2015 06:59:08 -0700 (PDT)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: "IETF-Announce" <ietf-announce@ietf.org>
X-Test-IDTracker: no
X-IETF-IDTracker: 6.0.3.p2
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <20150610135908.19653.99628.idtracker@ietfa.amsl.com>
Date: Wed, 10 Jun 2015 06:59:08 -0700
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/2w5gsf8H4rRPQmaMiGjy6Sc65nE>
Cc: scim mailing list <scim@ietf.org>, scim chair <scim-chairs@tools.ietf.org>, RFC Editor <rfc-editor@rfc-editor.org>
Subject: [scim] Protocol Action: 'System for Cross-Domain Identity Management: Core Schema' to Proposed Standard (draft-ietf-scim-core-schema-22.txt)
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Jun 2015 13:59:19 -0000

The IESG has approved the following document:
- 'System for Cross-Domain Identity Management: Core Schema'
  (draft-ietf-scim-core-schema-22.txt) as Proposed Standard

This document is the product of the System for Cross-domain Identity
Management Working Group.

The IESG contact persons are Ben Campbell, Barry Leiba and Alissa Cooper.

A URL of this Internet Draft is:
https://datatracker.ietf.org/doc/draft-ietf-scim-core-schema/




Technical Summary

Two documents together (draft-ietf-scim-api and draft-ietf-core-schema) are the core documents of the
SCIM protocol - a simple API for "CRUD" operations on (mainly) user and group objects associated with
Internet services (aka cloud services). The schema document defines the object model for the core
resources as well as extension mechanisms for adding new resource types and extending core resources. 

Review and Consensus

The documents have been extensively reviewed and are being implemented by multiple parties. The
set of active contributors is mostly made up of vendors and is relatively small.  Most of the work has
been done via interim conference calls, which has also made the group quite active and productive.

The current documents represent "version 2.0" of an existing standard that was developed by an 
informal collaboration. Version 2.0 represents a significant number of changes but there are already
(partial) implementations that has informed the WG. It is the opinion of the shepherd that the WG
has reached broad consensus on the specification and several vendors are getting to a point where they
could demonstrate interoperability between multiple independent implementations. At this point, the
documents should be published as Proposed Standard, with possible revision to account for issues
discovered during continued deployment and interoperability-testing.

Personnel
Document shepherd: Leif Johansson
Responsible AD: Barry Leiba


From nobody Mon Jun 22 12:23:38 2015
Return-Path: <phil.hunt@oracle.com>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 506B51A8957 for <scim@ietfa.amsl.com>; Mon, 22 Jun 2015 12:23:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.311
X-Spam-Level: 
X-Spam-Status: No, score=-2.311 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 HuaaCIYVUeJe for <scim@ietfa.amsl.com>; Mon, 22 Jun 2015 12:23:31 -0700 (PDT)
Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) (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 9A83E1A8955 for <scim@ietf.org>; Mon, 22 Jun 2015 12:23:31 -0700 (PDT)
Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t5MJNTML027374 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 22 Jun 2015 19:23:30 GMT
Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t5MJNTAG008713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 22 Jun 2015 19:23:29 GMT
Received: from abhmp0011.oracle.com (abhmp0011.oracle.com [141.146.116.17]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t5MJNT8T010932; Mon, 22 Jun 2015 19:23:29 GMT
Received: from [10.0.1.3] (/24.86.216.17) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 22 Jun 2015 12:23:28 -0700
From: Phil Hunt <phil.hunt@oracle.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_B6CDB988-7CC4-4F4F-9A43-930B1500A96F"
Date: Mon, 22 Jun 2015 12:23:27 -0700
Message-Id: <098B379B-9F23-4236-8021-F9B9FEF09535@oracle.com>
To: SCIM WG <scim@ietf.org>
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\))
X-Mailer: Apple Mail (2.2098)
X-Source-IP: userv0022.oracle.com [156.151.31.74]
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/EU7v_yrhJy8nrIMH2SDLxJC-xzM>
Cc: RFC Errata System <rfc-editor@rfc-editor.org>
Subject: [scim] Correction to SCIM-API-19
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 22 Jun 2015 19:23:37 -0000

--Apple-Mail=_B6CDB988-7CC4-4F4F-9A43-930B1500A96F
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8

For draft-ietf-scim-api-19, on page 55, Section 3.7.2 in the last =
example, s/=E2=80=9CbatchId:qwerty=E2=80=9D/=E2=80=9CbulkId:qwerty=E2=80=9D=
/

Phil

@independentid
www.independentid.com
phil.hunt@oracle.com


--Apple-Mail=_B6CDB988-7CC4-4F4F-9A43-930B1500A96F
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D"">For draft-ietf-scim-api-19, on page 55, Section 3.7.2 in the =
last example, s/=E2=80=9CbatchId:qwerty=E2=80=9D/=E2=80=9CbulkId:qwerty=E2=
=80=9D/<div class=3D""><br class=3D""><div apple-content-edited=3D"true" =
class=3D"">
<div style=3D"color: rgb(0, 0, 0); letter-spacing: normal; orphans: =
auto; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div style=3D"color: rgb(0, 0, 0); letter-spacing: normal; =
orphans: auto; text-align: start; text-indent: 0px; text-transform: =
none; white-space: normal; widows: auto; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><div style=3D"color: rgb(0, 0, 0); =
font-family: Helvetica; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div style=3D"color: rgb(0, 0, 0); font-family: Helvetica; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;" class=3D""><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
Helvetica; font-style: normal; font-variant: normal; font-weight: =
normal; letter-spacing: normal; line-height: normal; orphans: 2; =
text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
word-spacing: 0px; border-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: =
0px;"><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D""><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; border-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: =
0px;"><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D""><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
normal; font-weight: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; border-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: =
0px;"><div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D""><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: =
normal; font-variant: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: 2; text-indent: 0px; =
text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; =
border-spacing: 0px; -webkit-text-decorations-in-effect: none; =
-webkit-text-stroke-width: 0px;"><div style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" =
class=3D""><div class=3D"">Phil</div><div class=3D""><br =
class=3D""></div><div class=3D"">@independentid</div><div class=3D""><a =
href=3D"http://www.independentid.com" =
class=3D"">www.independentid.com</a></div></div></span><a =
href=3D"mailto:phil.hunt@oracle.com" =
class=3D"">phil.hunt@oracle.com</a></div></span></div></span></div></span>=
</div></div></div></div></div>
</div>
<br class=3D""></div></body></html>=

--Apple-Mail=_B6CDB988-7CC4-4F4F-9A43-930B1500A96F--


From nobody Mon Jun 29 11:46:27 2015
Return-Path: <mferguson@amsl.com>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EDDEA1A90C6 for <scim@ietfa.amsl.com>; Mon, 29 Jun 2015 11:44:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.789
X-Spam-Level: 
X-Spam-Status: No, score=0.789 tagged_above=-999 required=5 tests=[BAYES_50=0.8, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 wc3KbSl74ekJ for <scim@ietfa.amsl.com>; Mon, 29 Jun 2015 11:44:26 -0700 (PDT)
Received: from mail.amsl.com (mail.amsl.com [IPv6:2001:1900:3001:11::28]) by ietfa.amsl.com (Postfix) with ESMTP id 633FB1A90A3 for <scim@ietf.org>; Mon, 29 Jun 2015 11:44:26 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by c8a.amsl.com (Postfix) with ESMTP id DEAB81E59D4; Mon, 29 Jun 2015 11:43:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from c8a.amsl.com ([127.0.0.1]) by localhost (c8a.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8x-wEfVKbo8J; Mon, 29 Jun 2015 11:43:53 -0700 (PDT)
Received: from [10.0.1.3] (pool-100-36-211-121.washdc.fios.verizon.net [100.36.211.121]) by c8a.amsl.com (Postfix) with ESMTPA id 7511D1E59D3; Mon, 29 Jun 2015 11:43:53 -0700 (PDT)
Content-Type: text/plain; charset=windows-1252
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
From: Megan Ferguson <mferguson@amsl.com>
In-Reply-To: <098B379B-9F23-4236-8021-F9B9FEF09535@oracle.com>
Date: Mon, 29 Jun 2015 14:44:24 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <3423691C-3E19-4D2C-87DC-F2AA1F7CB661@amsl.com>
References: <098B379B-9F23-4236-8021-F9B9FEF09535@oracle.com>
To: Phil Hunt <phil.hunt@oracle.com>
X-Mailer: Apple Mail (2.1878.6)
Archived-At: <http://mailarchive.ietf.org/arch/msg/scim/0SE3b65ZOueZ6ZbLNiapp1feOcY>
X-Mailman-Approved-At: Mon, 29 Jun 2015 11:46:27 -0700
Cc: SCIM WG <scim@ietf.org>, RFC System <rfc-editor@rfc-editor.org>
Subject: Re: [scim] Correction to SCIM-API-19 (draft-ietf-scim-api-19)
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Simple Cloud Identity Management BOF <scim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/scim>, <mailto:scim-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/scim/>
List-Post: <mailto:scim@ietf.org>
List-Help: <mailto:scim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/scim>, <mailto:scim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Jun 2015 18:44:28 -0000

Hi Phil,

Thank you for sending along this correction.  We have noted this change =
in our database and will incorporate it during EDIT state.

RFC Editor/mf

On Jun 22, 2015, at 3:23 PM, Phil Hunt <phil.hunt@oracle.com> wrote:

> For draft-ietf-scim-api-19, on page 55, Section 3.7.2 in the last =
example, s/=93batchId:qwerty=94/=93bulkId:qwerty=94/
>=20
> Phil
>=20
> @independentid
> www.independentid.com
> phil.hunt@oracle.com
>=20

