File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33An 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 )
You can’t perform that action at this time.
0 commit comments