Keycloak + FreeRadius

My python module is executed by freeradius. This module uses python-keycloak-client python lib (https://python-keycloak-client.readthedocs.io/en/latest/) to communicate with Keycloak via OpenID protocol.

I have currently no idea how to handle authorization & authentication workflow between Freeradius & Keycloak.

Up