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"