[scim] draft-shahzad-scim-device-model-00

Eliot Lear <lear@lear.ch> Wed, 26 October 2022 05:49 UTC

Return-Path: <lear@lear.ch>
X-Original-To: scim@ietfa.amsl.com
Delivered-To: scim@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E004DC14F72A for <scim@ietfa.amsl.com>; Tue, 25 Oct 2022 22:49:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.096
X-Spam-Level:
X-Spam-Status: No, score=-2.096 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_HELO_PERMERROR=0.01, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=lear.ch
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SAwe1gQAklK5 for <scim@ietfa.amsl.com>; Tue, 25 Oct 2022 22:49:10 -0700 (PDT)
Received: from upstairs.ofcourseimright.com (upstairs.ofcourseimright.com [185.32.222.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 940DCC14F744 for <scim@ietf.org>; Tue, 25 Oct 2022 22:49:09 -0700 (PDT)
Received: from [IPV6:2001:420:c0f8:1002::94] ([IPv6:2001:420:c0f8:1002:0:0:0:94]) (authenticated bits=0) by upstairs.ofcourseimright.com (8.15.2/8.15.2/Debian-18) with ESMTPSA id 29Q5n5f7401477 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Wed, 26 Oct 2022 07:49:05 +0200
Authentication-Results: upstairs.ofcourseimright.com; dmarc=none (p=none dis=none) header.from=lear.ch
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lear.ch; s=upstairs; t=1666763346; bh=NZxBSFkuBzNQ+NZV4tb2VxCqU7ssabh9yAGf9oTn7FM=; h=Date:To:From:Cc:Subject:From; b=TNphYzazho+rWJOP7w+WK2+3S1/1PIPW7lYbl7HcAP6SJPURzsl87Oa2nogEOjWpK NZAFjFuG9S8bAXIjD0bgUDQAijKPSTSEGeQ5j1HMXvcnMVCk1Rx1Ws95kXTPX5pDo0 XCctj/cZn/vror/zYV4N4+W8TyT9vHWl+llzxBpA=
Content-Type: multipart/alternative; boundary="------------1Y2JpsO1Ubonft4RsKZ6UAKo"
Message-ID: <f92a63bf-9708-84de-5a3f-bc51f52f0cd0@lear.ch>
Date: Wed, 26 Oct 2022 07:49:00 +0200
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.0
Content-Language: en-US
To: "scim@ietf.org" <scim@ietf.org>
From: Eliot Lear <lear@lear.ch>
Cc: hiqbal@ncsu.edu, Muhammed Shahzad <mshahza@ncsu.edu>
Archived-At: <https://mailarchive.ietf.org/arch/msg/scim/0VIOFGnR3AnIuxd7cWvWtCpiulo>
Subject: [scim] draft-shahzad-scim-device-model-00
X-BeenThere: scim@ietf.org
X-Mailman-Version: 2.1.39
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: Wed, 26 Oct 2022 05:49:16 -0000

Hello SCIM folk,

On behalf of Muhammed Shahzad, Hassan Iqbar, and myself, I would like to 
bring to your attention the first try at a device schema for SCIM.[1]  A 
few things to point out:

  * There are actually several schema in this draft.  The first is a
    base device schema.  The others are extensions for additional
    functionality.
  * The intent of this schema is to demonstrate how one can provision
    devices that make use of different L2 technologies, some even
    without IP capabilities, with different bootstrapping methods.
  * We've made use of JSON schema to present the work.  This has posed
    us one particular challenge that we have yet to clean up: line
    length limitations in drafts.

We'd ask the chairs for some time to present and discuss in London.  I 
expect we'll need to refactor here and there, but we'd like input on the 
core concept, as well as the objects themselves.  A Github repository is 
available at https://github.com/iot-onboarding/scim-devices.

Thanks!

Eliot

[1] https://datatracker.ietf.org/doc/html/draft-shahzad-scim-device-model