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

34 lines
990 B
Text
Raw Normal View History

// Module included in the following assemblies:
//
// server_admin/topics/users.adoc
[id="proc-creating-user_{context}"]
= Creating users
[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
. Click *Users* in the menu.
. Click *Add User*.
. Enter the details for the new user.
2020-11-05 22:40:20 +00:00
ifdef::standalone[]
+
NOTE: *Username* is the only required field.
+
. Click *Save*. After saving the details, the *Management* page for the new user is displayed.
2020-11-05 22:40:20 +00:00
endif::[]
ifdef::api-management[]
. Toggle *Email Verified* to *ON*.
. Click *Save*.
. In the *Credentials* tab, set the password in both fields.
.. Toggle *Temporary* to *OFF* to avoid resetting the password during the next login.
.. Click *Reset Password*.
.. Click *Change Password*.
.. Click *Save*.
2020-11-05 22:40:20 +00:00
endif::[]