Securing Camunda REST API with OAuth Client Credentials Flow in Keycloak for a Spring Boot Application

I have a backend Sprig boot application which I calls the Camunda REST API’s which I would like to protect using the OAuth Client credentials flow in keycloak. I want to register my Spring boot app as a client of Camunda in keycloak and to register Camunda API’s as resources protected with the clientid and secret. Is there a way to do this?

Hello @Shweta_Paigude

I have not tried it myself, but it has been discussed previously. Have you looked at this: Has anyone implement OAuth2

BR
Michael