keycloak-scim/getting_started/topics/first-realm/proc-create-realm.adoc

33 lines
1 KiB
Text

// UserStory: As an RH SSO customer, I need to know hoq to create a realm that protects applications
[id="create-realm_{context}"]
= 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:images/add-demo-realm.png[A new realm]
+
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:images/demo-realm.png[Demo realm]
. Switch between managing the `master` realm and the realm you just created by clicking entries in the *Select realm* drop-down list.