如何使用我自己的Spring Security webapp嵌入Camunda引擎和admin / tasklist / cockpit?

时间:2016-09-01 12:21:41

标签: java spring spring-security camunda

1)我已经成功地将“嵌入式弹簧支架”示例Camunda项目与Spring Security集成在一起。现在我正在努力如何将Camunda Tasklist / Cockpit / Admin模块与前者(“嵌入式弹簧支架”+弹簧安全性)集成。我找不到任何例子。

2)我也试图绕过Camunda用户身份验证,以便使用Spring Security的用户上下文(登录)。

是否有人在1)或2)中做过类似的事情或是否有相关的例子?

1 个答案:

答案 0 :(得分:2)

我不完全确定你想要包装的内容 - 以及如何包装。但Spring Boot Starter社区扩展(https://github.com/camunda/camunda-bpm-spring-boot-starter)可以提供一些指导。它通过Webjar启动Camunda Webapp作为Spring Boot的一部分。

干杯 贝恩德