Skip to content

Releases: vzakharchenko/keycloak-radius-plugin

Keycloak with radius server v1.3.0-12.0.0

18 Dec 08:22
Compare
Choose a tag to compare

releaseNotes:

- Keycloak 12.0.0
- requested password must contain the password and otp.
- if user contains required action "CONFIGURE_TOTP", than access will be rejected, until user  configures own OTP
- RadiusPassword with OTP without password will be rejected
- rejected if user contains UPDATE_PASSWORD or RADIUS_UPDATE_PASSWORD actions

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.2.9-12.0.0

17 Dec 20:55
Compare
Choose a tag to compare

releaseNotes:

- Keycloak 12.0.0
- requested password must contain the password and otp.
- if user contains required action "CONFIGURE_TOTP", than access will be rejected, until user  configures own OTP
- RadiusPassword with OTP without password will be rejected
- rejected if user contains UPDATE_PASSWORD or RADIUS_UPDATE_PASSWORD actions

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.2.8-11.0.3

10 Nov 15:38
Compare
Choose a tag to compare

releaseNotes:

- keycloak 11.0.3

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.2.7-11.0.2

09 Sep 10:55
Compare
Choose a tag to compare

releaseNotes:

- keycloak 11.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:8090
  5. default radius shared Secret:
    secret

Keycloak with radius server v1.2.6-11.0.0

23 Jul 12:39
Compare
Choose a tag to compare

releaseNotes:

- fixed session ip address
- keycloak 11.0.0
- Chillispot radius attributes

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. default radius shared Secret:
    secret

Keycloak with radius server v1.2.5-10.0.2

19 Jun 17:10
Compare
Choose a tag to compare

releaseNotes:

- keycloak 10.0.2
- fixed docker
- added example with accept and reject conditions
- fixed issue with accept and reject conditions
- added support reject attribute without condition (REJECT_RADIUS)
- added example with keycloak authorization
- support Default Realm (if radius client does not support the realm attribute)
- support cisco

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. default radius shared Secret:
    secret

Keycloak with radius server v1.2.4-10.0.1

17 May 09:47
Compare
Choose a tag to compare

releaseNotes:

 - keycloak 10.0.1
 - run inside docker

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.2.3-9.0.3

29 Apr 06:23
Compare
Choose a tag to compare

releaseNotes:

Keycloak 9.0.3

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. default radius shared Secret:
    secret

Keycloak with radius server v1.2.2-9.0.2

24 Mar 13:45
Compare
Choose a tag to compare

releaseNotes:

- keycloak 9.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.2.0-9.0.0

05 Mar 07:05
Compare
Choose a tag to compare

releaseNotes:

- added admin radius theme
- support keycloak authorization

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