Nobody see apps

Hello guys!

I’ve made that Camunda is using Keycloak as SSO. Almost everything works fine - when I set property camunda.bpm.authorization.enabled: true and plugin.identity.keycloak.administratorGroupName: camunda-admin nobody can use tasklists, cockpit and admin panel- they don’t see links to them after login (even admin!!). What am I doing wrong?

I was using this code examples:

  1. https://github.com/camunda-consulting/code/tree/master/snippets/springboot-keycloak-sso/spring-security-and-springboot-adapter
  2. https://github.com/camunda/camunda-bpm-identity-keycloak
    The first is outdated so I had to change two things:
  • use plugin from second point,
  • I had to add gson plugin because of fatal errors after success login