2021-12-10 15:58:33 +01:00
|
|
|
* Update Keycloak dependencies to 15.1.0
|
2021-10-13 22:55:26 +02:00
|
|
|
* Support policy-based access restrictions to leverage Keycloak's resources, permissions, and policies.
|
2021-10-21 13:11:19 +02:00
|
|
|
This is only supported for confidential OIDC clients with authorization enabled.
|
2021-10-13 22:55:26 +02:00
|
|
|
* Support adding additional mechanisms to enable and evaluate client access restrictions by a custom SPI.
|
|
|
|
The SPI is marked internal for now and may change or even be removed anytime without prior notice.
|
2021-10-29 20:15:58 +02:00
|
|
|
* Tested to support Quarkus-based Keycloak.X distribution.
|
2021-10-13 22:55:26 +02:00
|
|
|
|
|
|
|
> ⚠️ **Configuration changes**:
|
|
|
|
>
|
|
|
|
> * The way to configure a custom client role name has changed. It needs to be configured via the newly introduced custom SPI.
|
|
|
|
> * The way to install the authenticator has changed. It needs to be deployed as a provider/module now instead as a deployment.
|
|
|
|
>
|
|
|
|
>
|
2021-10-21 13:08:38 +02:00
|
|
|
|
2021-10-21 13:11:19 +02:00
|
|
|
Please check the [README of this release version](README.md) for installation and configuration instructions.
|