55 Create KeyCloak Users

Keycloak recipe

Unless you plan to authenticate against an outside provider (OpenLDAP, below, for example), you’ll want to create some local users..

55.1 Ingredients


KeyCloak

Create User

Within the “Master” realm (no need for more realms yet), navigate to Manage -> Users, and then click Add User at the top right:

Navigating to the add user interface in Keycloak

Populate your new user’s username (it’s the only mandatory field)

Populating a username in the add user interface in Keycloak

Set User Credentials

Once your user is created, to set their password, click on the “Credentials” tab, and procede to reset it. Set the password to non-temporary, unless you like extra work!

Resetting a user’s password in Keycloak

55.2 Summary

We’ve setup users in KeyCloak, which we can now use to authenticate to KeyCloak, when it’s used as an OIDC Provider, potentially to secure vulnerable services using Traefik Forward Auth.


KeyCloak