Skip to content

Releases: ahus1/keycloak-dropwizard-integration

Upgrade to Keycloak 2.0.0

07 Jul 21:01
Compare
Choose a tag to compare

No code or API changes.

Upgrade to Keycloak 1.9.8

07 Jul 21:00
Compare
Choose a tag to compare

No code or API changes.

Update to Keycloak 1.9.4

14 May 21:40
Compare
Choose a tag to compare

Upgrade to Keycloak 1.9.4.
Don't start authentication twice #6 as reported by @anthonyraymond.

Update to Keycloak 1.9.3

01 May 10:40
Compare
Choose a tag to compare

No code or API changes.

Support for use-resource-role-mappings

01 May 10:39
Compare
Choose a tag to compare

Support use-resource-role-mappings for dropwizard adapter thanks to @anthonyraymond. #5

Update to Keycloak 1.9

28 Feb 16:25
Compare
Choose a tag to compare

The API remained stable. As the Keycloak doesn't pull in the Jackson dependency any more, you gained some more freedom here.

Please note that you'll need to update you Dropwizard's YAML-configuration as this release now uses the naming like it is used in the keycloak.json configuration file.

Update to Keycloak 1.8

06 Feb 15:28
Compare
Choose a tag to compare
keycloak-dropwizard-0.6.0

[maven-release-plugin] copy for tag keycloak-dropwizard-0.6.0

Support Keycloak 1.7

11 Dec 22:54
Compare
Choose a tag to compare

The API for the users of this library didn't change, but now Keycloak 1.7 is supported.

Fixing problem in bearer only mode

24 Nov 08:35
Compare
Choose a tag to compare

Support Keycloak 1.6

19 Nov 21:48
Compare
Choose a tag to compare

Update to Keycloak 1.6.
Although this is quite a major change for Keycloak, the API for our consumers didn't change.
Therefore it is a patch only.

This release has also better support to combine a frontend public client with a backend bearer token only server.