Hi everybody
I just concluded a simple project on Bonita and deployed locally on the tomcat bundle provided. Now I'm looking to implement an OID authentication using Keycloak as IdP. What I would like to do is using the Keycloak login page to authenticate my existing realms user, and in case a user does not exist on Bonita organization create it with a given role based on the JWT Token content.
I found on the documentation something about Keycloak configuration, but it's available only for enterprise version. Is there something usable in community version too?
Thanks in advance.