Closed warioishere closed 5 months ago
i build the plugin again with ./mvnw clean package
and moved it into the container.
It still doesnt work. No List, no rest migration can be chosen
the jar files should now be in /opt/keycloak/providers after I did the changes, it worked:
Hello people,
I am trying to integrate this plugin in my current keycloak installation. But I cant get it to work and the migration via rest doesnt show up in the tab user federation.
This is my current docker dompose-compose.yml:
the docker logs doesnt show up any logs that the plugin is loaded.
the container has the jar file mounted:
I tried to manually write a
keycloak-rest-provider-4.0.0.jar.dodeploy
file but it still doesnt work.My keycloak still looks like this:
Additional Info:
Keycloak Server info:
Version 24.0.4
do you guys know what i am doing wrong?