Skip to content

Releases: italia/spid-keycloak-provider

25.0.1.2

05 Jul 16:12
93cfac1
Compare
Choose a tag to compare
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

03 Jul 19:04
abc9a7e
Compare
Choose a tag to compare
Keycloak 25.x compatibility (#69)

Compatibility with Keycloak 25.x

24.0.2

09 Apr 19:10
Compare
Choose a tag to compare

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

08 Mar 19:17
Compare
Choose a tag to compare

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

07 Mar 17:14
Compare
Choose a tag to compare

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

06 Mar 17:54
Compare
Choose a tag to compare

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

11 Feb 12:26
ba5c42b
Compare
Choose a tag to compare

Compatibility with Keycloak 23.x.x

1.0.14

02 Nov 10:45
Compare
Choose a tag to compare
  • Align to Keycloak 19.0.3
  • SPID Metadata document: compute EntityDescriptor ID with hash of content so the ID is stable (thanks @blievens !)

1.0.13

29 May 17:59
Compare
Choose a tag to compare
  • Additional fixes for private SP metadata (thanks @blievens !)
  • Make the provider compliant with all of SPID federation checks (thanks @marcello-travaglini !)

1.0.12

24 Feb 11:40
Compare
Choose a tag to compare
  • Improved support for private SP metadata (thanks @blievens and @mmariniopensoftware !)
  • Added some minor leftovers from previous update to Keycloak 16.1.1