Integrate Keycloak with Freeradius

Hello,
I am looking to see how I can integrate FreeRadius with Keycloak to allow user to login to our wifi using their domain password. I already have FreeRadius setup and communicating with the access point. I just need to be able to connect to the users credentials authenticate and access our wifi.

Has anyone set this up before and can provide some guidance? Any help would be greatly appreciate it

Looks like there are a few PoC’s out there:

I am in the same boat…

The first demo uses code that has been obsoleted 2 years ago.

The seconds well it would be nice if i got it to work.
There is traffic going from the firewall concerned problem Keycloak says no consistently… .And i haven’t been able to figure out why.

Hello,
I am also searching how to intergrade my freeradius server with keyclock.
The radius server is up and I have added some user accounts in “/etc/freeradius/3.0/users” and tested it with radtest, which all worked fine. I’ve also added on /etc/freeradius/3.0/clients.conf the code below:

client keycloak {
ipaddr = *
secret = testing123
}
Then I went to Keycloak on master real and from user federation I added a new RADIUS provider.
![image|690x453]


(upload://53qsI24xrFtMsKwmcUFu0zdoiOc.png)

But when I tried to login with a private browser with the user from radius I couln’t.

Is there anything more on this subject?

Thank you,