Skip to main content

SCIM2 models serialization and validation with pydantic

Project description

scim2-models

Pydantic models for SCIM schemas defined in RFC7643 and RFC7644.

This library provides utilities to parse and produce SCIM2 payloads, and handle them with native Python objects. It aims to be used as a basis to build SCIM2 servers and clients.

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

pip install scim2-models

Usage

Check the tutorial and the reference for more details.

from scim2_models import User
import datetime

payload = {
    "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",
    },
}

user = User.model_validate(payload)
assert user.user_name == "bjensen@example.com"
assert user.meta.created == datetime.datetime(
    2010, 1, 23, 4, 56, 22, tzinfo=datetime.timezone.utc
)

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

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_models-0.2.5.tar.gz (126.0 kB view details)

Uploaded Source

Built Distribution

scim2_models-0.2.5-py3-none-any.whl (38.8 kB view details)

Uploaded Python 3

File details

Details for the file scim2_models-0.2.5.tar.gz.

File metadata

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

File hashes

Hashes for scim2_models-0.2.5.tar.gz
Algorithm Hash digest
SHA256 945e5caa544fc21953b190f40cb8b3941ec8433c5cb91a6f3ed8b45691760997
MD5 91728967a33f93c62c4e7edc543aba50
BLAKE2b-256 166edc8b6f26689b7cf57b8cd5c9321b38a2ac573d623d84cb6eabd9363df242

See more details on using hashes here.

Provenance

The following attestation bundles were made for scim2_models-0.2.5.tar.gz:

Publisher: GitHub
  • Repository: python-scim/scim2-models
  • Workflow: release.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: scim2_models-0.2.5.tar.gz
    • Subject digest: 945e5caa544fc21953b190f40cb8b3941ec8433c5cb91a6f3ed8b45691760997
    • Transparency log index: 148730322
    • Transparency log integration time:

File details

Details for the file scim2_models-0.2.5-py3-none-any.whl.

File metadata

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

File hashes

Hashes for scim2_models-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c4052399003f7c60be1e3f045704fc203fa25de23cf602a004c6f01d24667752
MD5 3fa4f63cb33b55d23ccc9e634463e94d
BLAKE2b-256 bb6490f719370837c6f5d377d6b2e7e261a375fb80f5373947805b3c8ede0a83

See more details on using hashes here.

Provenance

The following attestation bundles were made for scim2_models-0.2.5-py3-none-any.whl:

Publisher: GitHub
  • Repository: python-scim/scim2-models
  • Workflow: release.yml
Attestations:
  • Statement type: https://in-toto.io/Statement/v1
    • Predicate type: https://docs.pypi.org/attestations/publish/v1
    • Subject name: scim2_models-0.2.5-py3-none-any.whl
    • Subject digest: c4052399003f7c60be1e3f045704fc203fa25de23cf602a004c6f01d24667752
    • Transparency log index: 148730328
    • Transparency log integration time:

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