Keycloak4s Versions Save

Keycloak4s is a Scala client for the Keycloak Admin API

v2.1.0

4 years ago

v2.0.2

4 years ago

v1.2.3

4 years ago

[1.2.3] - 2019-10-07

Fixed

  • Fixed issue causing refresh token requests to fail when using the client secret credential type.
  • Fixed bug in createAndRetrieve functions not short-circuiting when the create operation fails.

v1.2.1

4 years ago

[1.2.1] - 2019-09-10

Fixed

  • Fixed a bug in TokenValidator resulting from the fact that Keycloak's internal URL builder drops common ports from the ISS.

v1.2.0

4 years ago

[1.2.0] - 2019-09-05

Added

  • ConfigWithoutAuth; a version of KeycloakConfig that does not contain admin authentication details.

Fixed

  • Fixed a flaw in attemptBuild in PolicyBuilders.scala that could potentially throw a FileNotFoundException in certain environments.

Changed

  • Core functionality in the Akka-HTTP auth module has been split into a separate module to allow code reuse by any client adapter.
  • Transformed KeycloakConfig into a trait, with ConfigWithAuth and ConfigWithoutAuth as subtypes.

v1.1.0

4 years ago

[1.1.0] - 2019-08-27

Added

  • KeycloakConfig.Auth split into two subtypes, Secret and Password, to additionally support a password grant type.

Changed

  • Updated EventTypes to support additions for Keycloak 7.0.0
  • Modified create calls for services to return the created resource's UUID.

v1.0.0

4 years ago