I have a backend c# application which I calls the Camunda REST API’s which I would like to protect using the OAuth Client credentials flow in Auth0. I want to be able to register my C# app as a client of Camunda in auth0 and to register Camumda API’s as resources protected with the clientid and secret. Is there a way to do this?
@ian there’s no fixed example ready for your use case. But you can refer this similar implementation.
Thank you for this. So is the standard way to protect back channel REST calls i.e. not via the browser to use Basic Authentication?