Camunda Spring security

Hi,
How can I authenticate camunda users with spring security?

Regards,
Subbu

Hi @subbu,

I am sorry, but I don’t fully understand your question. Could you elaborate a bit more? In general you probably want to provide your own implementation of org.camunda.bpm.engine.IdentityService#checkPassword method, which is used during authentication.

Cheers,
Askar

Hi @aakhmerov,
Thank you very much for the response. Sorry for the delayed response. I am actually looking for validating the tokens that we get from the external identity provider. I am confused on the requirement that time. This is the actual requirement. I am able to achieve this using the custom auth provider (customized http basic auth provider).
Let me know is this the right way to do.

Regards,
Subrahmanyam.