Hi, I am new to Java. How I add camunda-bpm-identity-keycloak dependency in camunda container?
Hi, I know how to set Keycloak. But, I don’t know how to add maven camunda-bpm-identity-keycloak dependency in camunda container.
Please kindly take a look at pom.xml. It’s mentioned as one of the module.
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-identity-keycloak</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Hope this helps.
I believe @vincant runs camunda as a service, thus has no maven dependency management.
I have the same setup and will try this manual next week for installing the plugin: camunda-bpm-identity-keycloak/examples/run at master · camunda/camunda-bpm-identity-keycloak · GitHub
I assume, you need to extend the base image from the docker container and copy the plugin and configuration in to the image.
Regards,
Markus
Thank you. I will try it.
Hi, It work. I can identify user through keycloak. But how to active sso? Does It still need maven dependency management?