2016-06-17 00:14:05 +00:00
== Creating a Realm
The first step is to create a realm. The realm we are about to create is very simple and consists of:
* A single user
* A single client application, which we're going to turn into a link:../../overview/terminology.html[Resource Server] and enable
the authorization services
2016-09-09 03:53:39 +00:00
Create a realm with a name *hello-world-authz*. Once created, you should see a page similar to the following:
2016-06-17 00:14:05 +00:00
.Realm hello-world-authz
image:../../../images/getting-started/hello-world/create-realm.png[alt="Realm hello-world-authz"]
2016-09-09 03:53:39 +00:00
Next, create a single user in your newly-created realm. Click on the `Users` left menu item. This will bring you
to the user list page. On the right side of the empty user list, you should see an `Add User` button. Click that to start creating the new user with the username of *alice*.
2016-06-17 00:14:05 +00:00
Fill in the fields as shown below and click `Save`.
.Add User
image:../../../images/getting-started/hello-world/create-user.png[alt="Add User"]
2016-09-09 03:53:39 +00:00
Next, set a password for the *alice* user by clicking on the `Credentials` tab to display the `Credentials` page.
2016-06-17 00:14:05 +00:00
.Set User Password
image:../../../images/getting-started/hello-world/reset-user-pwd.png[alt="Set User Password"]
2016-09-09 03:53:39 +00:00
Fill in the `New Password` and `Password Confirmation` fields with a password and click the `Temporary` switch to turn it `OFF`. Lastly,
click on the `Reset Password` button to set the user's password.