Camunda WebApp and OAuth2 JWT

Our embedded Camuda/Spring Boot application runs behind of Spring Cloud Gateway. The Cloud Gateway completed OAuth2 Authentication and forward the JWT token with HTTP request to Camunda WebApp. Now the question is how to make Camunda take that JWT token, verify it and complete the authorization instead of sending back Basic login form?

Hi @hanscr,

maybe this thread will help you make progress:

Feel free to search the forum for other JWT threads as there are quite some with helpful answers already.

Best
Tobias