Description
I was struggling to understand why my Keycloak setup app couldn’t update the realm.
After investigating, I found that the Keycloak client version 26.0.9 is not compatible with Keycloak server version 26.5.7. Downgrading the client to 26.0.8 works fine.
This is because 26.0.9 seems to send fields that keycloak 26.5.7 doesnt know yet
I find the current versioning very confusing, and it’s not clear which client versions are compatible with which Keycloak API versions.
I would highly appreciate if this versions can be aligned at least with the major versions of keycloak, at least if it contains breaking changes
Discussion
No response
Motivation
Know which client is compatible with which keycloak api by looking at the version
Details
No response
Description
I was struggling to understand why my Keycloak setup app couldn’t update the realm.
After investigating, I found that the Keycloak client version 26.0.9 is not compatible with Keycloak server version 26.5.7. Downgrading the client to 26.0.8 works fine.
This is because 26.0.9 seems to send fields that keycloak 26.5.7 doesnt know yet
I find the current versioning very confusing, and it’s not clear which client versions are compatible with which Keycloak API versions.
I would highly appreciate if this versions can be aligned at least with the major versions of keycloak, at least if it contains breaking changes
Discussion
No response
Motivation
Know which client is compatible with which keycloak api by looking at the version
Details
No response