Open danir-de opened 3 weeks ago
Hello Danir, thank you for reporting issue. Some fields in identity provider settings are visible because of defaults assumed by Keycloak. Back when I first did this plugin there was possibility to customize admin pane forms, nowadays method has changed but when porting to upper keycloak version I made some simplifications to do not expand this addon too much. Without doubt I'll need to revise tips left on config options on KC side and how to mach them with discourse.
Id appreciate to have a birdseye overview how this plugin is supposed to work. I stuck already early and ponder if this suppose to replace keycloak as a whole or if this is some sort of addon?! Thank you for helping me as a noob
You have to compile the plugin with Java and Maven (mvn package -DskipTests=true -Dmaven.deploy.skip=true -pl '!:docker
), then a .jar file is being generated.
Insert that jar file into Keycloaks '/opt/keycloak/providers/' folder, then restart.
You can now configure the IDP provider in keycloaks Identity providers
section.
General documentation about what how and where to set up is currently entirely missing, that's what this ticket is about.
Sadly there is no documentation on how to set up the integration in Keycloak.
Some questions I've encountered are:
Can you please provide an example or short explanation on how to fill the configuration?