Skip to content

Commit f801c56

Browse files
committed
doc: scim definition in the readme
1 parent 83c0dd3 commit f801c56

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
An utility command line to help you perform requests against a SCIM server, while validating input and response payloads.
44

5+
## What's SCIM anyway?
6+
7+
SCIM stands for System for Cross-domain Identity Management, and it is a provisioning protocol.
8+
Provisioning is the action of managing a set of resources across different services, usually users and groups.
9+
SCIM is often used between Identity Providers and applications in completion of standards like OAuth2 and OpenID Connect.
10+
It allows users and groups creations, modifications and deletions to be synchronized between applications.
11+
512
## Installation
613

714
```shell
@@ -52,3 +59,8 @@ $ scim2 https://auth.example --header "Authorization: Bearer 12345" query user 2
5259
}
5360
}
5461
```
62+
63+
scim2-cli belongs in a collection of SCIM tools developed by [Yaal Coop](https://yaal.coop),
64+
with [scim2-models](https://github.com/yaal-coop/scim2-models),
65+
[scim2-client](https://github.com/yaal-coop/scim2-client) and
66+
[scim2-tester](https://github.com/yaal-coop/scim2-tester)

0 commit comments

Comments
 (0)