Releases: sventorben/keycloak-restrict-client-auth
v26.0.0
What's Changed
⬆️ Dependency Updates
- Update Keycloak dependencies to 26.0.0 by @sventorben in #328
Other Changes
New Contributors
Full Changelog: v25.0.0...v26.0.0
v25.0.0
What's Changed
⬆️ Dependency Updates
- Update Keycloak dependencies to 25.0.0 by @sventorben in #290
Full Changelog: v24.0.0...v25.0.0
v24.0.0
What's Changed
⬆️ Dependency Updates
- Update Keycloak dependencies to 24.0.0 by @sventorben in #258
Full Changelog: v23.0.0...v24.0.0
v23.0.0
What's Changed
⬆️ Dependency Updates
- Update Keycloak dependencies to 23.0.0 by @sventorben in #218
Full Changelog: v22.0.0...v23.0.0
v22.0.0
What's Changed
💥 Breaking Changes
- Update Java 17 by @sventorben in #181
- Update Keycloak dependencies to 22.0.0 by @sventorben in #182
Full Changelog: 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
- [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
v20.0.0
- [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
- [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 keycloak/keycloak#10883
v18.1.0
-
[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. - Provide a client policy condition named