opdt / keycloak-extension-bundid

Keycloak-Extension zur Anbindung des BundID-IdentityProvider (SAML)
Apache License 2.0
6 stars 1 forks source link

Supported versions of Keycloak #8

Open ahus1 opened 3 weeks ago

ahus1 commented 3 weeks ago

Is there a specific minimum / maximum version of Keycloak which should be used with this extension?

Just asking from a Keycloak maintainer's point of view as I assume this would be interesting for potential users of this extension.

opdt commented 3 weeks ago

Hi @ahus1

we add the supported Major+Minor-Version of Keycloak to our own version in the form Major.Minor.Patch-KeycloakMajor.KeycloakMinor. For example 1.0.0-25.0.

Since Keycloak itself doesnt change the used SPIs that often, older Keycloak versions could work as well. Right now we don't test that, though.