Skip to main content

Middleware for FastAPI to authenticate a user against keycloak

Project description

Documentation Status License: MIT GitHub issues GitHub release (latest by date) GitHub top language pre-commit.ci status

FastAPI Keycloak Middleware

Full documentation is available at Read The Docs

This package provides a middleware for FastAPI that simplifies integrating with Keycloak for authentication and authorization. It supports OIDC and supports validating access tokens, reading roles and basic authentication. In addition it provides several decorators and dependencies to easily integrate into your FastAPI application.

It relies on the python-keycloak package, which is the only dependency outside of the FastAPI ecosystem which would be installed anyway. Shoutout to the author of fastapi-auth-middleware which served as inspiration for this package and some of its code.

In the future, I plan to add support for fine grained authorization using Keycloak Authorization services.

Motivation

Using FastAPI and Keycloak quite a lot, and keeping to repeat myself quite a lot when it comes to authentiating users, I decided to create this library to help with this.

There is a clear separation between the authentication and authorization:

  • Authentication is about verifying the identity of the user (who they are). This is done by an authentication backend that verifies the users access token obtained from the identity provider (Keycloak in this case).
  • Authorization is about deciding which resources can be accessed. This package providers convenience decoraters to enforce certain roles or permissions on FastAPI endpoints.

Installation

Install the package using poetry:

poetry add fastapi-keycloak-middleware

or pip:

pip install fastapi-keycloak-middleware

Features

The package helps with:

  • An easy to use middleware that validates the request for an access token
  • Validation can done in one of two ways:
    • Validate locally using the public key obtained from Keycloak
    • Validate using the Keycloak token introspection endpoint
  • Using Starlette authentication mechanisms to store both the user object as well as the authorization scopes in the Request object
  • Ability to provide custom callback functions to retrieve the user object (e.g. from your database) and to provide an arbitrary mapping to authentication scopes (e.g. roles to permissions)
  • A decorator to use previously stored information to enforce certain roles or permissions on FastAPI endpoints
  • Convenience dependencies to retrieve the user object or the authorization result after evaluation within the FastAPI endpoint

Acknowledgements

This package is heavily inspired by fastapi-auth-middleware which provides some of the same functionality but without the direct integration into Keycloak. Thanks for writing and providing this great piece of software!

Development

This project is using Act to handle local development tasks. It is used to work locally and also to test Github actions before deploying them.

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

fastapi_keycloak_middleware-0.2.1.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

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

fastapi_keycloak_middleware-0.2.1-py3-none-any.whl (17.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fastapi_keycloak_middleware-0.2.1.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.10.3 Linux/5.15.0-1034-azure

File hashes

Hashes for fastapi_keycloak_middleware-0.2.1.tar.gz
Algorithm Hash digest
SHA256 238b1aa65cb8aeb939296fe5f815dd238ebb0bc2a6c8d32fc88306eaab643864
MD5 e535eaddebc95b27e14fd73ec6eacd72
BLAKE2b-256 0e0a0ce8c989236ebacfbdbef54a3be627c211f7b76468c588b8f0d9549edeff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fastapi_keycloak_middleware-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 83ab9195a4ff2319164c8af5fbd41a2c44c0150a1857d564efd29dc5c220cf8b
MD5 aee228d7fbf3051b6cd72708df5b944d
BLAKE2b-256 cebc6e86853ba8e847ebb2452c4a897c39dcc556fd0968a9571af9ea6feabf0c

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