Integrate Keycloak with Freeradius

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,