FastAPI + SAML on Keycloak
Aaron Gong

Aaron Gong @aisone

About: Fullstack Developer always improving code to minimize tech debt and obsolescence, maximize agility and scalability

Location:
Singapore
Joined:
Jun 26, 2019

FastAPI + SAML on Keycloak

Publish Date: Jun 26 '21
7 1

TL:DR; a quick article to help FastAPI users get SAML working on their application.


Getting Started

The code and instructions are found at https://github.com/ais-one/fastapi-saml

  • Less than 100 lines of code
  • Only 4 dependencies to install
  • Requirements and setup are all documented

If there is a problem please raise an issue, so that documentation and code can be improved.


Summary

This may look like a very short article but to get this working took quite a lot of time and effort...

  • searching on Google and Stack-Overflow
  • choosing which library to use
  • digging into the library itself to find out what went wrong
  • many trial and error

Thank you and hope it is helpful to you.

Comments 1 total

  • 1N0T
    1N0TFeb 17, 2023

    Thank you for sharing the result of your research. I found it very useful

Add comment