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.2.tar.gz (3.8 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.2-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for amsterdam_django_oidc-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ab338cf3aa565d3ecb4d6424b5e128ce9dfc85556db690ef13e30966bfe98342
MD5 f9a7e9ad9d768d067e591934346daf96
BLAKE2b-256 c2c93f969289ade7e6efa90079d9c6eebc5b0c30b73c480e9e5df821caabb3f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for amsterdam_django_oidc-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d093920a359394f7da72af1e310cfee884799ed7064a5bc5739f3813a1b0420e
MD5 f25c39d4757888201eec27bd5205db40
BLAKE2b-256 39b42227a2af49197df01ff8b6e70d758af03f816e0145d5991aceb96f40bb52

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