OAuth2 Authentication

Hello everyone,

How is it possible to configure OAuth authentication in Operaton when running it as a docker container in a Kubernetes cluster (not inside a Spring Boot application)? I’ve checked the relevant documentation page but fail to understand the configuration which is necessary when not using Spring Boot.

Thank you in advance!

While I haven’t used this myself, I believe this is what you’re looking for: GitHub - operaton/operaton-keycloak: Operaton keycloak plugin.

I believe you will need to build your own custom distribution and docker image.

1 Like

Thank you very much! It seems that I can include the plugin directly in Operaton Run.
Have a nice week!