Skip to content

Releases: instipod/DuoUniversalKeycloakAuthenticator

1.0.9

14 Apr 21:23
4e4aebc
Compare
Choose a tag to compare

What's Changed

Feature: Support for Keycloak 24

  • Update to Keycloak 24.0.1 and some refactor by @Ansa89 in #28

Full Changelog: 1.0.8...1.0.9

1.0.8

23 Dec 17:27
Compare
Choose a tag to compare

What's Changed

Feature: Support for Keycloak 23

Security Fix: Changed HTTP redirect to Duo from HTTP 307 (Temporary Redirect) to HTTP 303 (See Other)

  • Resolves an issue where user credentials were transmitted to Duo during the redirect due to the use of an incorrect redirect status code. Using HTTP 307 caused browsers to resend POST data (containing user credentials) to a Duo controlled endpoint outside of the Keycloak server, this was resolved by changing the redirect status code to HTTP 303 which causes browsers to change the request method to GET and not include the POST data when redirecting.
  • This issue impacted all versions of the authenticator before 1.0.8 Final
  • Security report credit to Benjamin Taylor of Cisco ASIG
  • Fixes CVE-2023-49594 / Cisco TALOS-2023-1907

Bug Fix: Broken WebAuthn in Keycloak when using authenticator

Full Changelog: 1.0.7...1.0.8

1.0.7

27 Aug 16:27
Compare
Choose a tag to compare

What's Changed

  • Add configuration option (default off) to send impersonator username instead of user username to Duo when an impersonated session reaches the authenticator

Full Changelog: 1.0.6...1.0.7

1.0.6

22 Jul 00:34
1d5ed47
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies and small refactor by @Ansa89 in #14
  • Update Keycloak version to 22.0.0 by @Ansa89 in #15

Full Changelog: 1.0.5...1.0.6

1.0.5

27 Apr 23:01
cfc3a88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

17 Sep 20:49
Compare
Choose a tag to compare
  • Updated reference build to build against Keycloak 18.0 Quarkus
  • Better handling logic for invalid configuration and Duo unavailable situations
  • Removed leftover development logging on callback generation

Full Changelog: 1.0.3...1.0.4

1.0.3

15 Feb 00:57
Compare
Choose a tag to compare
  • Fix exception on Duo authentication related to getUriInfo method usage.

1.0.2-SNAPSHOT Prerelease

10 Sep 23:20
Compare
Choose a tag to compare
Pre-release
  • Fixed flow restarts after Duo authentication when Duo is an alternative with other methods in the same flow block.

1.0.1-SNAPSHOT

13 Apr 14:32
Compare
Choose a tag to compare

Fix NullPointerException if no overrides are defined