You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,17 @@ Provisioning is the action of managing a set of resources across different servi
14
14
SCIM is often used between Identity Providers and applications in completion of standards like OAuth2 and OpenID Connect.
15
15
It allows users and groups creations, modifications and deletions to be synchronized between applications.
16
16
17
+
## Features
18
+
19
+
-**CRUD Operations**: `create`, `query`, `replace`, `delete` methods for SCIM resources
20
+
-**PATCH Support**: Partial resource modifications with `add`, `remove` and `replace` operations
21
+
-**Server Discovery**: Automatic retrieval of `ServiceProviderConfig`, `ResourceTypes` and `Schemas`
22
+
-**Search & Filtering**: Support for SCIM filters, sorting, pagination and attribute selection
23
+
-**Sync & Async**: Both synchronous and asynchronous clients available
24
+
-**Multiple HTTP Engines**: Built-in support for [httpx](https://github.com/encode/httpx) (sync/async) and [werkzeug](https://werkzeug.palletsprojects.com/) (testing)
25
+
-**Request & Response Validation**: Automatic payload validation against SCIM schemas
26
+
-**Error Handling**: Structured exceptions for network, request and response errors
0 commit comments