elkman / keycloak-radius-plugin

Make the radius server as part of keycloak SSO
Apache License 2.0
10 stars 2 forks source link

Test on local using freeradius #193

Open tcw9218 opened 1 month ago

tcw9218 commented 1 month ago

Describe the bug I built the container as server on macOS, and freeradius as client also on macOS sending the Access-Request. But didn't get any response back.

radtest testuser testuser 127.0.0.1 1812 secret

On setting keycloak, using master realm to set radius-protocol client, didn't add any attributes on it.

Expected behavior should received response from server

Screenshots

image

Desktop (please complete the following information):

elkman commented 1 month ago

Thanks for the report. I never used this constellation. Do you see something in the Keycloak logs and do you have a chance to test this without a container (just unzip and run via kc.sh start-dev)?

tcw9218 commented 1 month ago

I did see "Server started listen on 1812 1813 " logs in the keycloak container. By the way, I just tested the unzip method, it worked. Thanks for the suggestion.