Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3BB3C200D57 for ; Mon, 11 Dec 2017 15:15:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3A758160C22; Mon, 11 Dec 2017 14:15:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 88E95160C10 for ; Mon, 11 Dec 2017 15:15:16 +0100 (CET) Received: (qmail 89952 invoked by uid 500); 11 Dec 2017 14:15:15 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 89941 invoked by uid 99); 11 Dec 2017 14:15:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2017 14:15:15 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2F1381806B7 for ; Mon, 11 Dec 2017 14:15:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.252 X-Spam-Level: X-Spam-Status: No, score=-99.252 tagged_above=-999 required=6.31 tests=[KAM_INFOUSMEBIZ=0.75, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id mDSUhardIcPE for ; Mon, 11 Dec 2017 14:15:14 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 987DB5FBD7 for ; Mon, 11 Dec 2017 14:15:13 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 07982E0EF6 for ; Mon, 11 Dec 2017 14:15:12 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 49BFB2130A for ; Mon, 11 Dec 2017 14:15:09 +0000 (UTC) Date: Mon, 11 Dec 2017 14:15:09 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-152) Support SCIM REST API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Dec 2017 14:15:17 -0000 [ https://issues.apache.org/jira/browse/SYNCOPE-152?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D162= 85961#comment-16285961 ]=20 ASF subversion and git services commented on SYNCOPE-152: --------------------------------------------------------- Commit c2c06a985efae35bba59f16a77d97696eb7eb39d in syncope's branch refs/he= ads/master from [~ilgrosso] [ https://git-wip-us.apache.org/repos/asf?p=3Dsyncope.git;h=3Dc2c06a9 ] [SYNCOPE-152] Little doc addition > Support SCIM REST API > --------------------- > > Key: SYNCOPE-152 > URL: https://issues.apache.org/jira/browse/SYNCOPE-152 > Project: Syncope > Issue Type: New Feature > Components: extensions > Reporter: Francesco Chicchiricc=C3=B2 > Assignee: Francesco Chicchiricc=C3=B2 > Labels: gsoc2017, rest > Fix For: 2.0.7, 2.1.0 > > > SCIM (System for Cross-domain Identity Management) is the open API for ma= naging identities. > The specification is now complete and published under IETF. > An overview and detailed specifications can be found at the official webs= ite: http://www.simplecloud.info/ > The Syncope Core already provides a [full-fledged RESTful interface|https= ://syncope.apache.org/docs/reference-guide.html#rest], normally available u= nder {{/rest}}; the idea here is to add another RESTful interface available= under {{/scim}}, compliant to the SCIM v2 specifications as referred above= . > The new REST interface can be developed as an [extension|https://syncope.= apache.org/docs/reference-guide.html#extensions], whose features will be: > # expose a fully compliant SCIM v2 RESTful interface > # translate the incoming / outgoing payloads from / to SCIM formats to / = from Syncope standard formats > # invoke the underlying [Logic layer|https://syncope.apache.org/docs/refe= rence-guide.html#logic] for actual operation implementation > An additional feature will be needed for mapping the standard Syncope [Sc= hema|https://syncope.apache.org/docs/reference-guide.html#schema] to SCIM a= ttributes. -- This message was sent by Atlassian JIRA (v6.4.14#64029)