{"id":45792304,"url":"https://github.com/python-scim/scim2-cli","last_synced_at":"2026-02-26T12:09:52.660Z","repository":{"id":241088196,"uuid":"804280245","full_name":"python-scim/scim2-cli","owner":"python-scim","description":"SCIM application development CLI","archived":false,"fork":false,"pushed_at":"2026-02-23T14:29:35.000Z","size":1000,"stargazers_count":7,"open_issues_count":9,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-23T22:40:27.448Z","etag":null,"topics":["provisioning","rfc7643","rfc7644","scim","scim2"],"latest_commit_sha":null,"homepage":"https://scim2-cli.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python-scim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["yaal-coop"]}},"created_at":"2024-05-22T09:47:41.000Z","updated_at":"2026-02-23T14:29:39.000Z","dependencies_parsed_at":"2024-11-22T12:21:27.177Z","dependency_job_id":"fd237d86-f83d-4a00-bdd4-46b88108376f","html_url":"https://github.com/python-scim/scim2-cli","commit_stats":null,"previous_names":["yaal-coop/scim-cli","yaal-coop/scim2-cli","python-scim/scim2-cli"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/python-scim/scim2-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-scim%2Fscim2-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-scim%2Fscim2-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-scim%2Fscim2-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-scim%2Fscim2-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-scim","download_url":"https://codeload.github.com/python-scim/scim2-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-scim%2Fscim2-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29858490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["provisioning","rfc7643","rfc7644","scim","scim2"],"created_at":"2026-02-26T12:09:50.381Z","updated_at":"2026-02-26T12:09:52.652Z","avatar_url":"https://github.com/python-scim.png","language":"Python","readme":"# scim2-cli\n\nAn utility command line to help you perform requests against a SCIM server, while validating input and response payloads. It also uses [scim2-tester](https://scim2-tester.readthedocs.io) to perform a [SCIM server compliance test](https://scim2-cli.readthedocs.io/en/latest/reference.html#scim-url-test).\n\n## What's SCIM anyway?\n\nSCIM stands for System for Cross-domain Identity Management, and it is a provisioning protocol.\nProvisioning is the action of managing a set of resources across different services, usually users and groups.\nSCIM is often used between Identity Providers and applications in completion of standards like OAuth2 and OpenID Connect.\nIt allows users and groups creations, modifications and deletions to be synchronized between applications.\n\n## Features\n\n- **CRUD Commands**: `create`, `query`, `replace` and `delete` resources from the command line\n- **Search Command**: Query resources using SCIM filters, sorting and pagination\n- **Compliance Testing**: Built-in `test` command using [scim2-tester](https://scim2-tester.readthedocs.io) to validate server RFC compliance\n- **Server Discovery**: Automatic retrieval of server schemas and resource types\n- **Dynamic CLI Options**: Command options generated from server schemas\n- **Flexible Input**: Pass attributes as CLI options or pipe JSON payloads via stdin\n- **JSON Output**: Formatted JSON responses with optional indentation control\n- **Authentication**: Custom HTTP headers support for Bearer tokens and other auth methods\n\n## Installation\n\n```console\n$ curl -LsSf uvx.sh/scim2-cli/install.sh | sh\n```\n\nCheck the [installation documentation](https://scim2-cli.readthedocs.io/en/latest/installation.html) for other methods.\n\n## Usage\n\nCheck the [reference](https://scim2-cli.readthedocs.io/en/latest/reference.html) for more details.\n\nHere is an example of resource creation:\n\n```console\n$ scim2 --url https://auth.example --header \"Authorization: Bearer 12345\" create user --user-name \"bjensen@example.com\"\n{\n    \"schemas\": [\"urn:ietf:params:scim:schemas:core:2.0:User\"],\n    \"id\": \"2819c223-7f76-453a-919d-413861904646\",\n    \"userName\": \"bjensen@example.com\",\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2010-01-23T04:56:22Z\",\n        \"lastModified\": \"2011-05-13T04:42:34Z\",\n        \"version\": 'W\\\\/\"3694e05e9dff590\"',\n        \"location\": \"https://example.com/v2/Users/2819c223-7f76-453a-919d-413861904646\",\n    },\n}\n```\n\nHere is an example of resource query:\n\n```console\n$ scim2 --url https://auth.example --header \"Authorization: Bearer 12345\" query user 2819c223-7f76-453a-919d-413861904646\n{\n    \"schemas\": [\"urn:ietf:params:scim:schemas:core:2.0:User\"],\n    \"id\": \"2819c223-7f76-453a-919d-413861904646\",\n    \"userName\": \"bjensen@example.com\",\n    \"meta\": {\n        \"resourceType\": \"User\",\n        \"created\": \"2010-01-23T04:56:22Z\",\n        \"lastModified\": \"2011-05-13T04:42:34Z\",\n        \"version\": 'W\\\\/\"3694e05e9dff590\"',\n        \"location\": \"https://example.com/v2/Users/2819c223-7f76-453a-919d-413861904646\",\n   }\n}\n```\n\nscim2-cli belongs in a collection of SCIM tools developed by [Yaal Coop](https://yaal.coop),\nwith [scim2-models](https://github.com/python-scim/scim2-models),\n[scim2-client](https://github.com/python-scim/scim2-client) and\n[scim2-tester](https://github.com/python-scim/scim2-tester)\n","funding_links":["https://github.com/sponsors/yaal-coop"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-scim%2Fscim2-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-scim%2Fscim2-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-scim%2Fscim2-cli/lists"}