SCIM Connector Features
Author:
Fluent Commerce
Changed on:
27 Oct 2023
Overview
There are a number of features provided as part of the SCIM Connector.
Key points
- a guide on each Endpoint detail for fc-connector-scim
- These Endpoints supported a number of protocols
- Some Endpoints may not be supported at this stage
Below are the key features from
`fc-connector-scim`
Endpoints
See more detail in RFC 7644: System for Cross-domain Identity Management: Protocol
Endpoint | Description | Sample |
GET /Users?filter=userName eq "" | Find a list of User Resource for the filter specified (Support filter by username only). |
|
GET /Users/{username} | Retrieves a User Resource by unique identifier. |
|
POST /Users | Creates a new User Resource for the data specified. |
|
PATCH /Users/{username} | Updates a new User Resource with the data specified. |
|
DELETE /Users/{username} | Deactivates a User Resource by given identifier. |
|
Endpoints supported by default
See more detail in RFC 7644: System for Cross-domain Identity Management: Protocol
- /ME (GET, POST, PATCH, DELETE, PUT)
- /ServiceProvider (GET)
- /Schemas (GET)
- /ResourceTypes (GET)
- [prefix]/.search (POST)
Endpoints (not supported)
See more detail in RFC 7644: System for Cross-domain Identity Management: Protocol
- /Users (PUT)
- /Groups (GET, POST, PATCH, DELETE, PUT)
- /Bulk (POST)