keycloak-client/CHANGELOG.md

1.6 KiB

This project adheres to Semantic Versioning.

Changelog for "keycloak-client"

[v2.0.0-SNAPSHOT]

  • Removed the discovery functionality to be compatible with SmartGears.v4 and moved to the new library keycloak-client-legacy-is that will provide the backward compatibility. (#23478).
  • Fixed typo in AccessToken class for setAccessToken(..) method (#23654)
  • Added predictive infrastructure URL support based on context (and on context and realm if the target realm is not the default one) and overloaded all methods that take the URL as argument with the context. (#23655)
  • Added support for the use of the custom Keycloak's D4S mapper that maps/shrink the aud (and optionally also the resource access) to the value requested via X-D4Science-Context HTTP header.
  • Added support of password grant flow (corresponding to the now deprecated OAuth2 flow: Resource Owner Password Credentials grant) also for specific context/audience by using the specific D4S mapper. (#25291)

[v1.3.0-SNAPSHOT]

  • Added functions to introspect and verify access tokens (both OIDC and UMA are supported) (#23326).

[v1.2.0]

  • Added OIDC token retrieve for clients [#23076] and UMA token from OIDC token as bearer auth, instead of credentials only (basic auth)

[v1.1.0]

  • Added refresh token facilities for expired tokens (#22515) and some helper methods added.

[v1.0.1]

  • First release (#21389 #22155) provides the basic helper classes for Keycloak tokens retrieve and functions for the gCube framework integration (automatic service discovery).