> For the complete documentation index, see [llms.txt](https://help.glpi-project.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.glpi-project.org/faq/plugins/scim.md).

# SCIM

***

###

{% embed url="<https://www.youtube.com/watch?t=&v=x8PXY1XOdvE>" %}

***

### How do I install and configure SCIM?

A [procedure](/doc-plugins/plugin-glpi-network/scim.md) is available to help you set up SCIM.

***

### What are the functionalities of SCIM?

This plugin let you provision your users and groups from an external identity provider using the [SCIM](https://en.wikipedia.org/wiki/System_for_Cross-domain_Identity_Management) protocol. The update from the directory to GLPI is done "just in time". Each modification is done on the fly, without any cron. GLPI is the service provider, and the directory is the identity provider.

***

### Why doesn't authentication work with Entra (Azure)?

Currently, Entra does not allow password synchronisation with SCIM. This prevents connection to GLPI. In order to solve the problem, you will need to install and configure [OAuth SSO](/doc-plugins/plugin-glpi-network/oauthsso.md) to allow authentication.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.glpi-project.org/faq/plugins/scim.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
