Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxying to upstream radius server doesn't work #546

Open
Jeff-Tian opened this issue Mar 25, 2022 · 0 comments
Open

Proxying to upstream radius server doesn't work #546

Jeff-Tian opened this issue Mar 25, 2022 · 0 comments

Comments

@Jeff-Tian
Copy link

Describe the bug
Proxying to upstream radius server doesn't work

To Reproduce
Steps to reproduce the behavior:

  1. Running a local radius server in docker by
docker run --rm --name my-radius -t -p 1812-1813:1812-1813/udp freeradius/freeradius-server -X
  1. issue radtest bob test 127.0.0.1 0 testing123 and found the radius server received the login attempt and reject. It shows the radius server is working.
    image

  2. Running a keycloak radius plugin instance by

sh bin/kc.sh --debug 8190 start-dev --http-port=8090

as per the https://github.com/vzakharchenko/keycloak-radius-plugin/releases v1.4.2-17.0.0 steps
5. Configure the proxy as per the doc: https://github.com/vzakharchenko/keycloak-radius-plugin/tree/master/keycloak-plugins/proxy-radius-plugin
6. When logging into the keycloak instance, no log from radius server. And the logging is success without any issue

Expected behavior

  • There should be receiving logs from radius server.
  • The logging in should fail as should be not allowed from radius server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant