keycloak-scim/getting_started/topics/first-realm/realm.adoc
2020-07-01 18:50:29 -03:00

31 lines
953 B
Text

[[_create-realm]]
=== Creating a realm
As the admin in the master realm, you create the realms where administrators create users and applications.
.Prerequisites
* {project_name} is installed.
* You have the initial admin account for the admin console.
.Procedure
. Go to http://localhost:8080/auth/admin/ and log in to the {project_name} admin console using the admin account.
. From the *Master* menu, click *Add Realm*. When you are logged in to the master realm, this menu lists all other realms.
. Type `demo` in the *Name* field.
+
.A new realm
image:{project_images}/add-demo-realm.png[]
+
NOTE: The realm name is case-sensitive, so make note of the case that you use.
. Click *Create*.
+
The main admin console page opens with realm set to `demo`.
+
.Demo realm
image:{project_images}/demo-realm.png[]
. Switch between managing the `master` realm and the realm you just created by clicking entries in the *Select realm* drop-down list.