Camunda Keycloak plugin is not working

Hi at all,

I tried to setup SSO with Keycloak in my Camunda WebApp. I started a local Keycloak server. After that I followed exactly these instructions: https://github.com/camunda/camunda-bpm-identity-keycloak

However it is not working, because I am getting all the time the Camunda login screen, but the login screen should now be the Keycloak login screen. Does anybody know how to solve this?

Thank you :slight_smile:

How did you configure the http security of your app? Can you show the code (ar least relevant parts)?

Thank you for the response. I solved the issue by now.
There were some mistakes I made in the application.yml.
For everybody working on that in the future, it is very important to stay very close to the tutorial. The application.yml wont allow mistakes :smiley: