Want to authenticate camunda login using keycloak

Hi Team,

I want camunda login screen and after putting username and password (which are present in keycloak) it should get authenticated using keycloak.
How to achieve this?

Hi @Rohini
These links might be helpful for you GitHub - camunda-community-hub/camunda-platform-7-keycloak: Camunda Keycloak Identity Provider Plugin and Integration of camunda with keycloak SSO

1 Like

Hi Alex,

I already checked those link.
What I want to achieve ,

  1. Camunda should be running as a spring boot project
  2. After running this project camunda login screen should appear not keycloak login screen
  3. After putting username and password (considering user is already present in keycloak) it should get authenticated via keycloak and allow user to go inside
  4. I will check authorisation part later

What you are seeing Camunda Login screen is not KeyCloak enabled. To make it simple Camunda 7 uses inbuilt database and authentication is database based. Do not confuse with KeyCloak authentication with Database based authentication.

Hi,
Some confusion is there.
Let me explain what I want to achieve,
we have keycloak which has our users (along with passwords)and groups.
So I just want to bypass camunda authentication via its inbuilt database and it should happen via keycloak server.
Basically camunda should send username and password to keycloak server and keycloak server will respond back with JWT token which will have roles, groups of the user after authenticating the user

If you are looking for JWT based authentication with Camunda, this link will help you.

I want to override data base authentication that camunda does with keycloak authentication using login screen of camunda.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.