Releases: italia/spid-keycloak-provider
26.0.5
25.0.1.2
Restore tests after Keycloak 25 (#70) * restore tests after Keycloak 25 * remove nocache annotation due to failing test "Resteasy Reactive server side components are not installed"
25.0.1
Keycloak 25.x compatibility (#69) Compatibility with Keycloak 25.x
24.0.2
IMPORTANT if upgrading from release 1.0.17
Provider ID was changed from spid
to spid-saml
in order to account for hardcoded Keycloak 24.x behavior. Before upgrading the plugin make sure to run this SQL query against Keycloak database:
UPDATE IDENTITY_PROVIDER SET PROVIDER_ID="spid-saml" WHERE PROVIDER_ID="spid"
24.0.1.3
With this release targeting latest Keycloak 24.0.1 it was restored the possibility of configuring the plugin through
the Keycloak web UI, detailed instructions on how to install and configure this component are
available in the project wiki (https://github.com/italia/spid-keycloak-provider/wiki/Installing-the-SPID-provider).
IMPORTANT if upgrading from release 1.0.17
Provider ID was changed from spid
to spid-saml
in order to account for hardcoded Keycloak 24.x behavior. Before upgrading the plugin make sure to run this SQL query against Keycloak database:
UPDATE IDENTITY_PROVIDER SET PROVIDER_ID="spid-saml" WHERE PROVIDER_ID="spid"
24.0.1-BIS
With this release targeting latest Keycloak 24.0.1 it was restored the possibility of configuring the plugin through
the Keycloak web UI, detailed instructions on how to install and configure this component are
available in the project wiki (https://github.com/italia/spid-keycloak-provider/wiki/Installing-the-SPID-provider).
IMPORTANT if upgrading from release 1.0.17
Provider ID was changed from spid
to spid-saml
in order to account for hardcoded Keycloak 24.x behavior. Before upgrading the plugin make sure to run this SQL query against Keycloak database:
UPDATE IDENTITY_PROVIDER SET PROVIDER_ID="spid-saml" WHERE PROVIDER_ID="spid"
24.0.1
With this release targeting latest Keycloak 24.0.1 it was restored the possibility of configuring the plugin through
the Keycloak web UI, detailed instructions on how to install and configure this component are
available in the project wiki (https://github.com/italia/spid-keycloak-provider/wiki/Installing-the-SPID-provider).
IMPORTANT if upgrading from release 1.0.17
Provider ID was changed from spid
to spid-saml
in order to account for hardcoded Keycloak 24.x behavior. Before upgrading the plugin make sure to run this SQL query against Keycloak database:
UPDATE IDENTITY_PROVIDER SET PROVIDER_ID="spid-saml" WHERE PROVIDER_ID="spid"
1.0.17
Compatibility with Keycloak 23.x.x
1.0.14
1.0.13
- Additional fixes for private SP metadata (thanks @blievens !)
- Make the provider compliant with all of SPID federation checks (thanks @marcello-travaglini !)