Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 530 Bytes

File metadata and controls

26 lines (17 loc) · 530 Bytes

OpenIDClient-example

A simple FastAPI server that use Keycloak to authenticate users. This example is based on https://pyoidc.readthedocs.io/en/latest/examples/rp.html

Prerequisites

You need docker to be installed.

Run

To launch Keycloack and the Relying Party:

$ sudo make up

Clean up

To remove docker container do not forget to run

$ sudo make clean-docker