Replies: 3 comments 3 replies
-
/cc @pedroigor, @sberyozkin |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just ran a quick test, and it throws this error, so I presume Keycloak v19 client is not backwards compatible with v18 server 2022-10-18 06:50:14,785 ERROR [io.qua.run.Application] (Quarkus Main Thread) Failed to start application (with profile prod):
org.keycloak.authorization.client.util.HttpResponseException: Unexpected response from server:
401 / Unauthorized / Response from server: {"error":"unauthorized_client","error_description":"Invalid client secret"}
at org.keycloak.authorization.client.util.HttpMethod.execute(HttpMethod.java:95)
at org.keycloak.authorization.client.util.HttpMethodResponse$2.execute(HttpMethodResponse.java:50) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @vincejv I've opened keycloak/keycloak#14962, please watch it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
Would like to ask how to override the Keycloak version used by the Quarkus 2.13 BOM to Keycloak 18? My quarkus service could not connect to our Keycloak servers which still use v18. I have lost the error message in my logs but it said something about client secret is invalid when using Keycloak v19 client, but when downgrading to v18, there were no issues.
This PR #27387 bumped the Keycloak version and it broke compatibility. I have tried overriding the property
<keycloak.version>18.0.1</keycloak.version>
in POM but it doesn't work, it keeps using the same dependencyorg.keycloak:keycloak-core:19.0.2
and I even tried overriding the dependencyquarkus-keycloak-authorization
like sobut it's still the same thing? I'm using a managed Keycloak server - Cloud IAM (Free tier) so any server upgrades wouldn't be easy.
Beta Was this translation helpful? Give feedback.
All reactions