ZSerg
August 25, 2016, 1:02pm
1
How could I add and run Camunda Webapp (Cockpit/Tasklist/Admin) in existing Spring Webapp (very similar to the project in embedded-spring-rest example) with embedded Camunda engine, preferably in order to share same Spring context and have simple SSO?
Hi @ZSerg ,
at the moment there is no standard SSO integration, you might be willing to check this post and see if you find suitable approach
Hi all,
I’m currently evaluating OpenAM as a Single-Sign-On server to use together with Camunda. I found a post on the Google forum about SSO, but am not able to get it to work. I changed the web.xml file as described in web.xml . I used the AuthenticationFilter described in AuthFilter .
The current state of my solution is the following. When I go to the camunda web app I get redirected to the OpenAM portal. I can login, get redirected again (on successful login) back to the camunda web app. So …
Cheers,
Askar
ZSerg
September 13, 2016, 1:09pm
3
Thanks! Looks very related, I will surely analyse it