Replies: 4 comments
-
Is Keycloak integration being looked at? This would be a fantastic value add to the project and expose it to a much larger community. |
Beta Was this translation helpful? Give feedback.
-
@shaun-forgie yes, it is possible to use Keycloak with imixs-worklfow. The tutorial is a bit older, so details may have changed slightly. But technically, it works great. |
Beta Was this translation helpful? Give feedback.
-
@rsoika Is there support for pulling in role assignments defined in Keycloak? For example as discussed here https://www.imixs.org/doc/quickstart/roles_responsibilities.html ? |
Beta Was this translation helpful? Give feedback.
-
Hi, there is a different between the access roles and the organizational roles within a specific business process. The link is about the later scenario.
This can be done by Keycloak. Within a specific workflow process or your application you can resolve later organizational roles in different ways (e.g. from a ldap) or within your application as done by Imixs Office-Workflow Imixs-Workflow engine takes care about those kind of roles and can protect your business data individual. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To run the docker container
docker run -p 8080:8080 -p 9990:9990 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=xxxx jboss/keycloak
Start web application from
http://localhost:8080/auth/
For saml configuration see:
https://keycloak.gitbooks.io/securing-client-applications-guide/content/topics/saml/java/jboss-adapter/securing_wars.html
Beta Was this translation helpful? Give feedback.
All reactions