Skip to main content

SCIM application development CLI

Project description

scim2-cli

An utility command line to help you perform requests against a SCIM server, while validating input and response payloads. It also uses scim2-tester to perform a SCIM server compliance test.

What's SCIM anyway?

SCIM stands for System for Cross-domain Identity Management, and it is a provisioning protocol. Provisioning is the action of managing a set of resources across different services, usually users and groups. SCIM is often used between Identity Providers and applications in completion of standards like OAuth2 and OpenID Connect. It allows users and groups creations, modifications and deletions to be synchronized between applications.

Installation

Binary files

Binary files are available on the releases page.

Python package

scim2-cli is published on the PyPI repository. You can install it with your favourite python package manager.

pip install scim2-cli

From sources

To run scim2-cli from the sources, uv is needed for development:

git clone https://github.com/python-scim/scim2-cli.git
cd scim2-cli
uv sync

Then, it can be launched directly as a Python script:

uv run scim2 --help

Or you can build a single file binary from the sources:

uv sync --group bundle
uv run pyinstaller --name scim2 --onefile scim2_cli/__init__.py
./dist/scim2 --help

Usage

Check the reference for more details.

Here is an example of resource creation:

$ scim2 --url https://auth.example --header "Authorization: Bearer 12345" create user --user-name "bjensen@example.com"
{
    "schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
    "id": "2819c223-7f76-453a-919d-413861904646",
    "userName": "bjensen@example.com",
    "meta": {
        "resourceType": "User",
        "created": "2010-01-23T04:56:22Z",
        "lastModified": "2011-05-13T04:42:34Z",
        "version": 'W\\/"3694e05e9dff590"',
        "location": "https://example.com/v2/Users/2819c223-7f76-453a-919d-413861904646",
    },
}

Here is an example of resource query:

$ scim2 --url https://auth.example --header "Authorization: Bearer 12345" query user 2819c223-7f76-453a-919d-413861904646
{
    "schemas": ["urn:ietf:params:scim:schemas:core:2.0:User"],
    "id": "2819c223-7f76-453a-919d-413861904646",
    "userName": "bjensen@example.com",
    "meta": {
        "resourceType": "User",
        "created": "2010-01-23T04:56:22Z",
        "lastModified": "2011-05-13T04:42:34Z",
        "version": 'W\\/"3694e05e9dff590"',
        "location": "https://example.com/v2/Users/2819c223-7f76-453a-919d-413861904646",
   }
}

scim2-cli belongs in a collection of SCIM tools developed by Yaal Coop, with scim2-models, scim2-client and scim2-tester

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scim2_cli-0.2.0.tar.gz (71.5 kB view details)

Uploaded Source

Built Distribution

scim2_cli-0.2.0-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file scim2_cli-0.2.0.tar.gz.

File metadata

  • Download URL: scim2_cli-0.2.0.tar.gz
  • Upload date:
  • Size: 71.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for scim2_cli-0.2.0.tar.gz
Algorithm Hash digest
SHA256 853d4ad9e3dbaa4209c865c495fa0275b7305936dd0d1623c1294fcefa17ddbe
MD5 9a416c5a51d1f699fce6a9e43d5fa635
BLAKE2b-256 1e78a45f634a3c83e087d1766c4d76b7585e5d634967627e917865492c88d87a

See more details on using hashes here.

Provenance

The following attestation bundles were made for scim2_cli-0.2.0.tar.gz:

Publisher: release.yml on python-scim/scim2-cli

Attestations:

File details

Details for the file scim2_cli-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: scim2_cli-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for scim2_cli-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d515d2d9e7b02eda00897e9e2f9250efabe29736cbd7e633c3b966dac5db12b2
MD5 68bba5c709c6c542e16e0518936232ff
BLAKE2b-256 261b40d370df472742964be784c49f8d7a7994433bb4aad024c7ada224c06424

See more details on using hashes here.

Provenance

The following attestation bundles were made for scim2_cli-0.2.0-py3-none-any.whl:

Publisher: release.yml on python-scim/scim2-cli

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page