How to authenticate camunda rest api using keycloak token

How to authenticate camunda rest api using keycloak token

Hi @Sudarshan_babar ,

this can be achieved using the KeycloakIdentityProviderPlugin that is available from this project on Github on project:

camunda-community-hub/camunda-platform-7-keycloak: Camunda Keycloak Identity Provider Plugin (github.com)

I hope this points you into the right direction. If you need any more guidance feel free to ask!

Kind regards
Adagatiya

Hi,

Thanks I have use plugin authentication is working using Userid and Password. But it is not working for token.
Can you help with it.