Skip to content

Commit 79995de

Browse files
committed
doc: readme features
1 parent 7f0d160 commit 79995de

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Provisioning is the action of managing a set of resources across different servi
1212
SCIM is often used between Identity Providers and applications in completion of standards like OAuth2 and OpenID Connect.
1313
It allows users and groups creations, modifications and deletions to be synchronized between applications.
1414

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.)
23+
1524
## Installation
1625

1726
```shell

0 commit comments

Comments
 (0)