2024-08-29 10:10:19 +00:00
---
title: The solution, SCIM
description : SCIM, for System for Cross-domain Identity Management are specifications designed to **make managing user identities in cloud-based applications and services easier.**
color : blue-1
weight : 2
---
2024-08-29 11:48:36 +00:00
< img alt = "Scim diagram" src = "media/scim-diagram-ressource.svg" class = "float-right" >
2024-08-29 10:10:19 +00:00
### Quick overview
The **SCIM protocol** is an application-level protocol for **provisioning** and **managing identity** data specified through SCIM schemas.
Its intent is to **reduce the cost and complexity** of user management operations.
* A **common existing user schema and deployments**
* **Extension models**
* Placing specific emphasis on **simplicity of development and integration**
* **Applying existing models** (authentication, authorization, and privacy)
* Binding documents to provide **patterns for exchanging this schema using standard protocols**
* Easily improve **GDPR compliance**
2024-08-29 21:46:48 +00:00
* **Consolidate the user experience** across multiple FOSS applications as one platform
2024-08-29 10:10:19 +00:00
{{< grid > }}
{{< card > }}
2024-08-29 21:46:48 +00:00
#### Resource based
In SCIM 2.0 **a Resource is the common denominator** and all SCIM objects are derived from it.
2024-08-29 10:10:19 +00:00
{{< / card > }}
{{< card > }}
#### Rest API
2024-08-29 21:46:48 +00:00
**An api to manipulate resources**, from patching a specific attribute to doing massive bulk updates.
2024-08-29 10:10:19 +00:00
{{< / card > }}
{{< card > }}
2024-08-29 21:46:48 +00:00
#### Ends points
SCIM provides **three end points** to **simplify interoperability** and discover features and details.
2024-08-29 10:10:19 +00:00
{{< / card > }}
{{< / grid > }}
< a class = "btn lv2" target = "_blank" href = "https://simplecloud.info" > See the official spec ↗< / a >
#### In essence
2024-08-29 21:46:48 +00:00
< mark > Make it **fast** , **cheap** , and **easy** to **move users in to** , **out of** , and **around the cloud** .</ mark >