keycloak-scim/server_admin/topics/users/proc-creating-user.adoc

31 lines
983 B
Text
Raw Normal View History

[id="proc-creating-user_{context}"]
2021-04-19 14:08:04 +00:00
= Creating a user
[role="_abstract"]
2020-10-26 19:16:20 +00:00
You create users in the realm where you intend to have applications needed by those users. Avoid creating users in the master realm, which is only intended for creating other realms.
2020-10-26 19:16:20 +00:00
.Prerequisite
* You are in a realm other than the master realm.
.Procedure
. In the admin console, click *Users* in the left menu.
. Click *Add User* on the right side of the empty user list.
. Enter the details for the new user.
ifdef::standalone[]
+
NOTE: *Username* is the only required field.
+
. Click *Save*. After saving the details, the *management page* for the new user is displayed.
endif::[]
ifdef::api-management[]
. Set `Email Verified` *ON* and click Save.
. On the Credentials tab
.. Set the password in both fields.
.. Set `Temporary` *OFF* to avoid a password reset at the next login
.. Click *Reset Password*.
.. When the pop-up window displays, click *Change password*.
.. Click *Save*.
endif::[]