# Users

Eclipse Service Lifecycle Management uses Keycloak (opens new window) as the user management system. In Order to modify SLM users you have to log into keycloak.

# Add User

The following steps describe the process of adding a new user:

  1. Open Keycloak Admin Console by entering the following URL in your Browser: http://<hostname-of-slm>:7080/auth/admin
  2. Login with the admin credentials of Keycloak (default: admin/password)
  3. Switch to realm "fabos"
  1. Switch to "users" view
  1. Click "add user"
  2. Enter desired username and click "create"
  1. Switch to "credentials" tab
  1. Click "set password"
  2. Enter desired password and turn off temporary. Click "save" and confirm with "save password"
  1. Go to SLM Web UI at http://<hostname-of-slm>:8080 and login with new username/password
  2. Check user details by opening the user profile

# Delete User

  1. Open Keycloak Admin Console by entering the following URL in your Browser: http://<hostname-of-slm>:7080/auth/admin
  2. Login with the admin credentials of Keycloak (default: admin/password)
  3. Switch to realm "fabos"
  4. Switch to "users" view
  5. Select user to be deleted and click "delete user"
  1. Confirm Delete by clicking "delete"