How to implement JWT Authorization in Camunda 8 SaaS

Hi,

I have recently started with Camunda 8. I want to know how can I add JWT based authorization to Camunda 8 webhook. I was able to secure webhook with other two type of authorization i.e Basic and API key based.

would be great help if anybody can provide any working solution. I have tried taking help from doc but it didn’t help me.

Thanks!

Hi @dandotiya9722 - what exactly do you need help with? You need to specify the JWK URL (some documentation on what JWKs are here). That URL is entirely dependent on your authentication infrastructure.

Then you need to specify an expression to extract roles from the JWT, then provide a list of roles that is required for that request to be authorized. The docs link below shows how to extract the roles from the JWT.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.