Table of Contents
Demo project on the AuthN Code Grant Flow
-
Start a keycloak instance
podman compose up -d
-
Start the demo app
pip install -r requirements.txt python3 app.py
Alternatively, if you’re using PyCharm, just use the provider run configuration under .run/.
