Skip to main content

Extension of the authenctication backend of the mozilla-django-oidc package, with extra validation.

Project description

amsterdam-django-oidc

This package contains an authentication backend for Django. It is currently based on the authentication backend provided by Mozilla through the mozilla-django-oidc package. The Mozilla package however does not validate the iss, aud and exp claims of the access token and always calls the userinfo endpoint on the identity provider. Unfortunately that is not adequate for the use case within the landscape of applications of the city of Amsterdam. Hence, the reason for this solution.

Instead of calling the userinfo endpoint, it will validate the aforementioned claims.

Install

The package can be installed using your favorite package manager for python. For example using uv:

uv add amsterdam-django-oidc

Or using pip:

pip install amsterdam-django-oidc

Usage

Add the backend to the setting AUTHENTICATION_BACKENDS:

# settings.py
AUTHENTICATION_BACKENDS = [
    # ...
    "amsterdam_django_oidc.OIDCAuthenticationBackend",
]

There are also a few settings required in addition to those of the Mozilla package:

Name Type Description
OIDC_OP_ISSUER str The allowed issuer, the value of the iss claim in the access token must match the value of this setting
OIDC_TRUSTED_AUDIENCES list[str] Audiences that we trust, at least one of the values of the aud claim must match one the values of this setting
OIDC_VERIFY_AUDIENCE bool Controls wether or not to verify the aud claim, default: True

Development

In order to facilitate further development of this package a containerized setup is provided.

Building the container images

docker compose build

Running development tools

It's recommended to start a container and use the shell inside the container:

docker compose run --rm amsterdam-django-oidc bash

Once you see the shell it's possible to run commands like:

uv run ruff check
uv run mypy .
uv run pytest

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

amsterdam_django_oidc-0.2.1.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

amsterdam_django_oidc-0.2.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file amsterdam_django_oidc-0.2.1.tar.gz.

File metadata

File hashes

Hashes for amsterdam_django_oidc-0.2.1.tar.gz
Algorithm Hash digest
SHA256 e45b6833899f45f412eb8fbcf188e9691a8bdace45a62bdd9059d1bb68cd9c2b
MD5 5cc3960eff061a2325d11966a4665938
BLAKE2b-256 5d0aa105aca4d8922483d287642b8f113a2301d99164624a527b9421d9104fb3

See more details on using hashes here.

File details

Details for the file amsterdam_django_oidc-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for amsterdam_django_oidc-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 28b924318e7753b5794347e8fe4cbc176d9b9ac914c585ef29685e7e9d44f127
MD5 4ab69db1f6acfb7dc98859c8b608f5ef
BLAKE2b-256 dee3f2b44eddf0ccf20182ba081140a1bc2f8988eea0820a999ef9cceb383c19

See more details on using hashes here.

Supported by

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