Django SCIM2 Server
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 💻 🤔 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
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)
| File | Size | Uploaded | |
|---|---|---|---|
| django_scim2_server-1.1.0.tar.gz | 23.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| 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 logRelease 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