How to create clients and users programmatically in Keycloak, using Python.
-
-
Step by Step OAuth 2.0 Authorization Code Flow with PKCE
In this notebook, I will dive into the OAuth 2.0 Authorization Code flow with PKCE step by step in Python, using a local Keycloak setup as authorization provider. The focus lies on practical, step by step low-level HTTP operations. We wont even use an actual browser nor need an actual HTTP server for the redirect URL.
page 1 / 1