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

17 lines
704 B
Text
Raw Normal View History

2016-05-05 20:10:58 +00:00
[[_create-realm]]
=== Creating a New Realm
2016-05-05 20:10:58 +00:00
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>>.
2016-05-05 20:10:58 +00:00
. 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.
2016-05-05 20:10:58 +00:00
. Type `demo` in the *Name* field and click *Create*.
2016-05-05 20:10:58 +00:00
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.
2016-05-05 20:10:58 +00:00