From 415e7c5fd3dcf96143a0e6aa52f09c945a02381e Mon Sep 17 00:00:00 2001 From: Dhaval D <343411+ossdhaval@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:16:41 +0530 Subject: [PATCH] docs: add SCIM overview to README (#2693) Co-authored-by: jgomer2001 Co-authored-by: shmorri Co-authored-by: moabu <47318409+moabu@users.noreply.github.com> Co-authored-by: imshakil Co-authored-by: jgomer2001 Co-authored-by: shmorri Co-authored-by: moabu <47318409+moabu@users.noreply.github.com> Co-authored-by: imshakil --- docs/admin/scim/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/admin/scim/README.md b/docs/admin/scim/README.md index d404cbb99b0..5e2c9c38eaa 100644 --- a/docs/admin/scim/README.md +++ b/docs/admin/scim/README.md @@ -1,12 +1,15 @@ --- tags: - - administration - - scim +- administration +- scim --- # Overview -Please use the left navigation menu to browse the content of this section while we are still working on developing content for `Overview` page. +**S**ystem for **C**ross-domain **I**dentity **M**anagement, in short **SCIM**, is a specification that simplifies the exchange of user identity information across different domains. The Janssen Server provides implementation for the SCIM specification. -!!! Contribute - If you’d like to contribute to this document, get started with the [Contribution Guide](https://docs.jans.io/head/CONTRIBUTING/#contributing-to-the-documentation) \ No newline at end of file +The specification defines reference schemas for users and groups along with REST API to manage them. For more details, refer to the current version of the specification that is governed by the following documents: [RFC 7642](https://tools.ietf.org/html/rfc7642), [RFC 7643](https://tools.ietf.org/html/rfc7643), and [RFC 7644](https://tools.ietf.org/html/rfc7644). + +Developers can think of **SCIM** merely as a **REST API** with endpoints exposing **CRUD** functionality (create, read, update and delete). + +This section covers how to configure, protect and monitor the Janssen Server SCIM module and its APIs.