Ok, I have copied the social Google adapter (all based on the 1.1.0.Final codebase) and modified a few lines (incl. ID and NAME). I also adjusted the "services" entry to match the new class name.
Now I used the jboss/keycloak:1.1.0.Final docker image and just added my adapter jar to the /opt/jboss/keycloak/standalone/configuration/providers/ directory.
But when I start the docker container and enable Social Login I don't see my social module name in the "Add provider..." pulldown list.
Is there anything else I need to do in order to add my social provider to register?
Thanks