Skip to content

Releases: privacyidea/keycloak-provider

v1.5.1

20 May 10:39
cc6bf22
Compare
Choose a tag to compare
  • Added a setting to disable the "login with passkey" button.
  • Fixed a bug that would cause the authentication to successfully end preemptively when using the triggerchallenge setting with some versions of the privacyIDEA server.
  • Fixed a bug that would cause triggerchallenge to not work when disable password check was enabled.
  • Fixed a bug that would cause the OTP button to be shown when an OTP input was already visible.
  • Fixed a bug that would cause challenges to be lost after an OTP had been entered wrong.

v1.5.0

14 Apr 11:07
57f7c83
Compare
Choose a tag to compare

NOTE: USE v1.5.1

  • Added support for passkey token, including enroll_via_multichallenge.
  • Added the capability to request and check username and password, to be able to use passkey in the first step. This means
    it is no longer necessary to have username and or password requested before using this plugin in the authentication, but still possible.
  • Password Check can also be disabled to allow for more flexibility when creating authentication flows.
  • Removed poll interval setting.
  • Removed default OTP text setting, texts can be edited in the theme-resources/messages directory.
  • Added a configuration to allow setting custom headers.
  • Added a configuration to set custom http timeouts.
  • Removed the deprecated token enrollment function from this plugin in favor of enroll_via_multichallenge in the privacyIDEA server.

Tested to work with Keycloak 22 and higher.

v1.4.0

07 Nov 10:17
Compare
Choose a tag to compare

READ THE FILE NAMES CAREFULLY TO PICK THE RIGHT FILE FOR YOUR KEYCLOAK VERSION

  • Send Static Password feature
  • Auto Submit feature

KC22 version works for version 22 and higher, including 26

v1.3.0

11 Aug 10:56
Compare
Choose a tag to compare

READ THE FILE NAMES CAREFULLY TO PICK THE CORRECT JAR FOR YOUR KEYCLOAK VERSION

  • Added poll in browser setting. This moves the polling for successful push authentication to the browser of the user so that the site does not have to reload. (#133)

  • Default OTP text is now customizable. (#137)

  • Added compatibility for keycloak 22

  • Removed listing as theme from keycloak settings

v1.2.0

25 Jan 10:59
61c65f0
Compare
Choose a tag to compare

Works for Keycloak up until v20. For Keycloak v21, there is a separate jar in this release.

New Features:

  • Token enrollment via challenge (#125 )

  • Preferred client mode (#121 )

v1.1.0

01 Jul 08:17
Compare
Choose a tag to compare

Works for Keycloak v17 and higher.

  • Included groups setting to specify groups of keycloak users for which 2FA should be activated (#54). Check the configuration documenation.

  • It is now possible to configure the names of header that should be forwarded to privacyIDEA (#94)

  • If a user has multiple WebAuthn token, all of them can be used to log in (#84)

  • Fixed a bug where the provider would crash if privacyIDEA sent a response with missing fields (#105)

v1.0.1

07 Jan 10:54
Compare
Choose a tag to compare

Updated keycloak dependencies

  • Updated keycloak-services dependency for CVE-2021-4133 from 13.0.1 to 15.1.1
  • Updated other keycloak dependencies from 13.0.1 to 15.1.1 aswell

v1.0.0

05 Nov 14:32
Compare
Choose a tag to compare
  • U2F
  • Support for different configurations in different keycloak realms

0.6.1 keycloak 13.0.1

10 Jun 08:32
Compare
Choose a tag to compare

Dependencies updated to keycloak 13.0.1 for https://www.cvedetails.com/cve/CVE-2021-20262/.

v0.6 webauthn

26 Apr 13:26
ee02449
Compare
Choose a tag to compare

webauthn support