Custom authentication

Before, we are Enterprise customer. I will probably get the suggestion to raise a ticket in jira, which I did several days ago and I haven’t got answer yet.

We have our Camunda engine(spring boot) implemented with our own authentication. JWT based on LDAP credentials. Consists in a basic authentication, handled by our controller, which authenticates the user agains LDAP. Then stores the the jwt token in the cookie.

How can we manage this with optimize? I don’t see enough flexibility for this

Hi @Dieppa1

I think I found your ticket which you raised in the OPT Project and not as a SUPPORT Ticket in our Jira, therefore our Support Team has not seen the ticket earlier.
Support is handling the issue now and I can see that you already got a response.
Let’s discuss further in this ticket.

All the best
Felix

Hi @Dieppa1 , were you able to login to camunda web app using JWT ?

I am trying to develop something similar. Have written separate Authentication microservice which provides JWT token then I pass on this jwt token to Camunda service ( spring boot). With this I was only able to access Camunda APi’s but couldn’t login to the Camunda web app…
Could you please help me with how you achieved this in your project?