Skip to content

24.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 19:10
· 16 commits to main since this release

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"