Skip to content

Commit

Permalink
docs: add SCIM overview to README (#2693)
Browse files Browse the repository at this point in the history
Co-authored-by: jgomer2001 <bonustrack310@gmail.com>
Co-authored-by: shmorri <sam@gluu.org>
Co-authored-by: moabu <47318409+moabu@users.noreply.github.com>
Co-authored-by: imshakil <mh.ice.iu@gmail.com>

Co-authored-by: jgomer2001 <bonustrack310@gmail.com>
Co-authored-by: shmorri <sam@gluu.org>
Co-authored-by: moabu <47318409+moabu@users.noreply.github.com>
Co-authored-by: imshakil <mh.ice.iu@gmail.com>
  • Loading branch information
5 people authored Oct 21, 2022
1 parent 9469b8c commit 415e7c5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/admin/scim/README.md
Original file line number Diff line number Diff line change
@@ -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)
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.

0 comments on commit 415e7c5

Please sign in to comment.