How to create users in camunda8?

hi @StephanHaarmann ,

I have installed Camunda 8 self-managed, how to access Keycloak, and how to add users to it.

Regards,
Basheer.

Hi @basheer-babu,

Which installation method did you use? Helm-Chart? Docker-Compose? Manual setup?

hi @StephanHaarmann ,

I installed Docker-Compose.

Thank you for the additional information.
If you have the full setup, you can access keycloak at http://localhost:8080/auth
In the admin console, you can add new users to the realm:
Server Administration Guide

Hi @StephanHaarmann and @basheer-babu,

in my docker-compose from GitHub - camunda/camunda-platform: Camunda Platform 8, the original Keycloak port is redirected to 18080.

I can open http://localhost:18080/auth/ to get the administartion page of Keycloak.

Hope this helps, Ingo

3 Likes

Thank you @Ingo_Richtsmeier and @StephanHaarmann