Skip to main content

Django SCIM2 Server

CI Status Documentation Status Test coverage percentage

uv Ruff prek

PyPI Version Supported Python versions License


Documentation: https://django-scim2-server.readthedocs.io

Source Code: https://github.com/browniebroke/django-scim2-server


An implementation of the System for Cross-domain Identity Management (SCIM) specification for your Django project.

[!WARNING] This package is in early stage of its development, and I haven't deployed it to production yet. Use at your own risks!

Installation

Install this via pip (or your favourite package manager):

pip install django-scim2-server

Add the app to your INSTALLED_APPS:

INSTALLED_APPS = [
    # ...
    "django_scim2_server",
]

Include the SCIM URL routes in your root URL configuration:

from django.urls import include, path

urlpatterns = [
    # ...
    path("scim/v2/", include("django_scim2_server.urls")),
]

Run migrations to create the SCIM database tables:

python manage.py migrate

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Bruno Alla
Bruno Alla

💻 🤔 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

Copier

This package was created with Copier and the browniebroke/pypackage-template project template.

Release files for django-scim2-server 1.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-scim2-server 1.1.0
File Size Uploaded
django_scim2_server-1.1.0.tar.gz 23.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-scim2-server 1.1.0
File Interpreter ABI Platform
django_scim2_server-1.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 42.6 kB

Release files / django_scim2_server-1.1.0.tar.gz

Download URL django_scim2_server-1.1.0.tar.gz
Size 23.4 kB
Tags Source
SHA-256 checksum
How to use checksums
be24661fb59b24d4c6cc05e89464e3fc35dc2304ccf550ad296438af1817e3b5
BLAKE2b-256 checksum
How to use checksums
9e9b4592e231c6b0dd68c5230116f1ab818d01fac9179cc5d6ad62d25cda9c1b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 7, 2026.

Transparency log

Release files / django_scim2_server-1.1.0-py3-none-any.whl

Download URL django_scim2_server-1.1.0-py3-none-any.whl
Size 19.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
466a0ca38c1b174cbebe98dba2fae689e632bf2a5b8760a1994152a28439303e
BLAKE2b-256 checksum
How to use checksums
4e6c66653091da9b6cc7c48409b4f956ad6e2526becce01d6170333f094e8520
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 7, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.1.0 This release

2 release files

1.0.0

2 release files

0.2.0

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page