Fr333du
Fr333du

Reputation: 191

How to embedd Camunda engine and admin/tasklist/cockpit with my own Spring Security webapp?

1) I have successfully integrated "embedded-spring-rest" example Camunda project with Spring Security. Now I am struggling how to integrate Camunda Tasklist/Cockpit/Admin modules with the former ("embedded-spring-rest" + Spring security). I can't find any examples.

2) I am also trying to bypass Camunda user authentication in order to use user context (login) from Spring Security.

Has somebody achieved to do something similar in 1) or 2) or are there any related examples?

Upvotes: 4

Views: 2433

Answers (1)

Bernd Ruecker
Bernd Ruecker

Reputation: 1030

I am not completly sure what you exactly want to package - and how. But the Spring Boot Starter Community Extension (https://github.com/camunda/camunda-bpm-spring-boot-starter) could give some guidance. It starts the Camunda Webapp via Webjar as part of Spring Boot.

Cheers Bernd

Upvotes: 2

Related Questions