keycloak-scim/getting_started/topics/first-realm/realm.adoc
Matthew Helmke fc2baa8d51 KEYCLOAK-7127 second set of changes from Getting Started review (#378)
* KEYCLOAK-7127 second set of changes from Getting Started review

* cleaned up further and removed unnecessary graphics
2018-06-07 09:05:44 +02:00

16 lines
704 B
Text

[[_create-realm]]
=== Creating a New Realm
To create a new realm, complete the following steps:
. Go to http://localhost:8080/auth/admin/ and log in to the {project_name} Admin Console using the account you created in <<_install-boot, Install and Boot>>.
. From the *Master* drop-down menu, click *Add Realm*. When you are logged in to the master realm this drop-down menu lists all existing realms.
. Type `demo` in the *Name* field and click *Create*.
When the realm is created, the main admin console page opens. Notice the current realm is now set to `demo`. Switch between managing the `master` realm and the realm you just created by clicking entries in the *Select realm* drop-down menu.