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 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
Hi Alex,
I already checked those link.
What I want to achieve ,
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.