Hi team, Our requirement is to integrated oauth2.0 authentication process with camunda. Our solution is written in .NET core. Is there any plugin available which can be used with .NET with keycloak? We are looking for JWT based authentication process. Basically each request sent to the server will add a token, we will decode the token and validate at Keycloak.
Hi @Partha_Sarma and welcome to the Camunda community!
Is there a reason you’re not just using Keycloak’s OAuth2 endpoint rather than implementing your own?
This might make the integration with Camunda Platform 8 simpler.
Best Regards,
dg