Support for Keycloak Quarkus, > 17.0.0
See original GitHub issueHi,
Do you have any plans to support the new Keycloak Quarkus deployments, after version 17.0.0? From what I’ve been reading, there aren’t that many changes other than the removal of Wildfly. And the deploy process is slightly different.
I’m playing around with Keycloak 18.0.0, and copied the scim-for-keycloak EAR file as a JAR file into the providers
directory, but the scim theme wasn’t loaded. I manually copied the scim theme into the themes
directory, but the SCIM admin link is not present in the UI. If I try to manually hit /admin/master/console/#/realms/master/scim/service-provider/settings
I get an HTTP 404 from /realms/master/scim/admin/serviceProviderConfig
I also tested with KC_HTTP_RELATIVE_PATH=/auth
for backwards compatibility with the paths, but the same thing happened.
Any suggestions for me?
Thanks!
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:16 (3 by maintainers)
Top GitHub Comments
this is a migration problem when switching from 16 or before to 18. This might have happened because the deployment was changed from ear to jar. So this problem would only occur if the scim-for-keycloak deployment was already present in a keycloak of version 16 or before and if you add it then to keycloak 18 the problem should be recreated.
There are no changes on the liquibase files so I can only assume that this has to do with the classpath that is entered into the database when liquibase creates its checksums. It should be possible to fix it by executing the following sql-query: