# SCIM Connector

The SCIM connector is a implementation used for connecting to remote systems that are using the SCIM protocol. It has been tested against the Core SCIM server implementation found here :

schema : urn:ietf:params:scim:schemas:core:2.0:User

## Configuration <a href="#configuration" id="configuration"></a>

Below are all the parameters you can specify on this connector.

| name                          | description                              |
| ----------------------------- | ---------------------------------------- |
| endpoint                      | the endpoint without protocol            |
| ssl                           | use ssl true or false                    |
| authentication-type           | only BASIC supported on this very moment |
| basic-authentication-user     | the username used for authenticating     |
| basic-authentication-password | the password for BASIC authentication    |
| scim-schema                   | the schema to be used                    |
| url-suffix                    | the url suffix                           |

## Supported functions <a href="#supported-functions" id="supported-functions"></a>

Below are the implemented operations on this connector.

| name                   | supported | description                                         |
| ---------------------- | --------- | --------------------------------------------------- |
| create                 | yes       | implemented with POST                               |
| find                   | yes       | implemented with GET on id                          |
| search                 | yes       | implemented with GET on /search with searchcriteria |
| update                 | yes       | implemented with PUT                                |
| delete                 | yes       | DELETE on id                                        |
| disable                | no        |                                                     |
| archive                | no        |                                                     |
| unarchive              | no        |                                                     |
| ping                   | yes       | pings the calling discovery ServiceProviderConfig   |
| validate configuration | yes       | validates the configuration on init                 |

## Open issues <a href="#open-issues" id="open-issues"></a>

* sorting
* paging


---

# 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://docs.personify.be/concepts/connectors/scim-connector.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.
