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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@ Provisioning is the action of managing a set of resources across different servi
12
12
SCIM is often used between Identity Providers and applications in completion of standards like OAuth2 and OpenID Connect.
13
13
It allows users and groups creations, modifications and deletions to be synchronized between applications.
14
14
15
+
## Features
16
+
17
+
-**Discovery Validation**: Tests `/ServiceProviderConfig`, `/ResourceTypes` and `/Schemas` endpoints
18
+
-**CRUD Testing**: Validates `create`, `read`, `update` and `delete` operations on all available resource types
19
+
-**PATCH Testing**: Tests `add`, `remove` and `replace` operations on all available simple, complex and extension attributes
20
+
-**RFC Compliance**: Checks adherence to [RFC7643](https://datatracker.ietf.org/doc/html/rfc7643) and [RFC7644](https://datatracker.ietf.org/doc/html/rfc7644) specifications
21
+
-**Structured Results**: `CheckResult` objects with status, description and debugging data
22
+
-**Tag-Based Filtering**: Run specific test categories (`discovery`, `crud`, `patch`, etc.)
0 commit comments