Skip to content

Releases: vzakharchenko/keycloak-radius-plugin

Keycloak with radius server v1.1.0-9.0.0

18 Feb 10:57
Compare
Choose a tag to compare

releaseNotes:

fix file connection leak
support conditional attributes
support reject attributes
support accept attributes
fixed StackOverflowError, if package size is 0
keycloak 9.0.0

requirements: openjdk 11
installation steps:

  1. download and unzip keycloak-radius.zip
    unzip keycloak-radius.zip -d keycloak-radius
  2. cd keycloak-radius
  3. sh bin/standalone.sh  -c standalone.xml -b 0.0.0.0 -Djboss.bind.address.management=0.0.0.0 --debug 8190 -Djboss.http.port=8090
  4. open http://localhost:80905. default radius shared Secret:
    secret

Keycloak with radius server v1.0.2-8.0.2

07 Feb 07:05
Compare
Choose a tag to compare

releaseNotes:

netty improvements (thread pool)
ignore duplicates (radsec)
use attribute "NAS-Ip-Address" instead of remote Ip (disconnect plugin)
fixed SecureRandom issue
added support onetime password with expiration
added support TOTP/HOTP via Google Authenticator or FreeOTP
switch to  Keycloak version 8.0.2

requirements: openjdk 11
installation steps:

  1. download and unzip keycloak-radius.zip
    unzip keycloak-radius.zip -d keycloak-radius
  2. cd keycloak-radius
  3. sh bin/standalone.sh  -c standalone.xml -b 0.0.0.0 -Djboss.bind.address.management=0.0.0.0 --debug 8190 -Djboss.http.port=8090
  4. open http://localhost:80905. default radius shared Secret:
    secret

Keycloak with radius server v1.0.1-8.0.1

30 Jan 13:17
Compare
Choose a tag to compare

releaseNotes:

- fixed mschapv2
- added support Mikrotik PPP
- added a new parameter "numberThread"
- support CoA request
- Send Disconnect message if keycloak session has expired
- BackChannel logout
- added support Radius Proxy
- using default Keycloak User Password if accessRequest is PAP Protocol(with unprotected password)

requirements: openjdk 11
installation steps:

  1. download and unzip keycloak-radius.zip
    unzip keycloak-radius.zip -d keycloak-radius
  2. cd keycloak-radius
  3. sh bin/standalone.sh  -c standalone.xml -b 0.0.0.0 -Djboss.bind.address.management=0.0.0.0 --debug 8190 -Djboss.http.port=8090
  4. open http://localhost:8090
  5. default radius shared Secret:
    secret

Keycloak with radius server v1.0.0-8.0.1

25 Jan 18:51
Compare
Choose a tag to compare

requirements: openjdk 11
installation steps:

  1. unzip keycloak-radius.zip -d keycloak-radius
  2. sh keycloak-radius/bin/standalone.sh  -c standalone.xml -b 0.0.0.0 -Djboss.bind.address.management=0.0.0.0 --debug 8190 -Djboss.http.port=8090
  3. open http://localhost:8090

Keycloak with radius server

25 Jan 17:20
Compare
Choose a tag to compare
Pre-release

requirements: openjdk 11
installation steps:

  1. download and unzip keycloak-radius.zip
    unzip keycloak-radius.zip keycloak-radius
  2. sh keycloak-radius/bin/standalone.sh  -c standalone.xml -b 0.0.0.0 -Djboss.bind.address.management=0.0.0.0 --debug 8190 -Djboss.http.port=8090
  3. open http://localhost:8090