Keycloak Restrict Client Auth Versions Save

A Keycloak authenticator to restrict authorization on clients

v24.0.0

2 months ago

What's Changed

:arrow_up: Dependency Updates

Full Changelog: https://github.com/sventorben/keycloak-restrict-client-auth/compare/v13.0.0-alpha1...v24.0.0

v23.0.0

5 months ago

What's Changed

:arrow_up: Dependency Updates

Full Changelog: https://github.com/sventorben/keycloak-restrict-client-auth/compare/v22.0.0...v23.0.0

v22.0.0

10 months ago

What's Changed

:boom: Breaking Changes

Full Changelog: https://github.com/sventorben/keycloak-restrict-client-auth/compare/v21.0.0...v22.0.0

⚠️ Compatibility issues:

As part of upgrading to Quarkus 3.x, Keycloak migrated its codebase from Java EE to the successor Jakarta EE. Due to this transition from Java EE to Jakarta EE, this and all upcoming releases will no longer be backwards compatible with Keycloak versions < 22, Java EE, and Java < 17. For details please see this blog post

v21.0.0

1 year ago
  • [deps] Update Keycloak dependencies to 21.0.0

⚠️ Compatibility issues:

This and all upcoming releases will no longer be backwards compatible with Keycloak versions < 21

v20.0.1

1 year ago
  • [deps] Update Keycloak dependencies to 20.0.3
  • [bug] Fix missing client id in logs (#136, thanks @danifr)

v20.0.0

1 year ago
  • [deps] Update Keycloak dependencies to 20.0.0
  • [test] Remove compatibility tests for Wildfly-based distro
  • [docs] Remove installation instructions for Wildfly-based distro

v19.0.0

1 year ago
  • [deps] Update Keycloak dependencies to 19.0.0

⚠️ Compatibility issues:

Due to a refactoring of Keycloak's ResourceServerStore API this extension will no longer be backwards compatible with Keycloak versions < 19.x. For details please see https://github.com/keycloak/keycloak/issues/10883

v18.1.0

1 year ago
  • [deps] Update Keycloak dependencies to 18.0.2

  • [feat] Add support for client policies.

    • Provide a client policy condition named restrict-client-auth-enabled to check whether user authentication on a client has been restricted or not.
    • Provide a client policy executor named restrict-client-auth-auto-config to automatically enable restricted access for clients.

    ⚠️ Feature preview:

    Support for client policies is currently feature preview. I am happy to get some feedback on this. However, depending on feedback the feature may be changed or even be removed again in the future.

v18.0.0

2 years ago
  • [deps] Update Keycloak dependencies to 18.0.0

  • [compatibility] Dropping compatibility support for Keycloak versions before 18.0.0

    This means I will no longer check if this extension is compatible with versions before 18.0.0.

⚠️ Compatibility issues:

Due to a refactoring of Keycloak's ResourceStore API this extension will no longer be backwards compatible with Keycloak versions < 18.x.

For details please see https://github.com/keycloak/keycloak/commit/99c06d11023689875b48ef56442c90bdb744c869 and https://github.com/keycloak/keycloak/issues/10447

v17.0.0

2 years ago
  • [deps] Update Keycloak dependencies to 17.0.0

  • [compatibility] Dropping compatibility support for Keycloak versions before 15.1.1

    This means I will no longer check if this extension is compatible with versions before 15.1.1. Though any future versions may be compatible, I will no longer ensure such compatibility.

  • [deprecation] Deprecating support for Wildfly-based Keycloak distro

    This means that from now on new features may not be compatible with the Wildfly-based distro. However, I will try to keep this extension compatible with the Wildfly-based Keycloak distro until the Keycloak team fully drops support.