Closed dr-yst closed 3 months ago
I think the above comments are spam.
Indeed, we did a few changes with respect to Keycloak integration very recently that may have broken the tutorial, I gonna check it.
PS: are you using the last release of Stellio?
Thinking about it, it may be because the tutorial is still referencing the previous Keycloak version (23.0.6) and not the current one (25.0.2)
Indeed, we did a few changes with respect to Keycloak integration very recently that may have broken the tutorial, I gonna check it.
PS: are you using the last release of Stellio?
Yes, I'm using the latest version of Stellio.
Thinking about it, it may be because the tutorial is still referencing the previous Keycloak version (23.0.6) and not the current one (25.0.2)
Well, I have noticed that the Keycloak version in the tutorial is old and there is a newer version in the docker hub. I also tried the newer version but encountered the following error, so I have quit using the latest version of Keycloak.
keycloak | 04:58:03,783 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
If you already have the documentation to make it compatible with the latest Keycloak, I would like to know.
Thinking about it, it may be because the tutorial is still referencing the previous Keycloak version (23.0.6) and not the current one (25.0.2)
Well, I have noticed that the Keycloak version in the tutorial is old and there is a newer version in the docker hub. I also tried the newer version but encountered the following error, so I have quit using the latest version of Keycloak.
keycloak | 04:58:03,783 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1
If you already have the documentation to make it compatible with the latest Keycloak, I would like to know.
I'll check this tomorrow morning.
I fixed a few things in the documentation and validated it locally, it should be OK now.
@bobeal Thank you so much for your help! The problem has been resolved.
To remove an old database and make it work properly, I had to do docker compose down -v
for Keycloak.
Now both Stellio and Keycloak are working with their latest versions.
Good to hear that. Closing this issue then.
I am following the Stellio Context Broker tutorial to integrate with Keycloak. I was able to create a client in Keycloak successfully, but when I tried to assign the
stellio-creator
role to the service account of the client, I encountered an issue. Stellio logs indicate that theserviceAccountId
attribute is not recognized.Here is the Stellio's log.
Could you please confirm if the authentication method described in the tutorial is out-of-date? If so, could you provide guidance on the updated authentication setup?